Please read the guide .
Please answer the question in detail
print("numbers divisible by 7 & 5 are :") for i in range(1500,2701): if i%5==0 and i%7==0: print(" number ",i)
print("numbers divisible by 7 & 5 are :") for i in range(1500,2701): if i%5==0 and i%7==0:
print(" number ",i)
Doubtly is an online community for engineering students, offering:
Get the pro version for free by logging in!
5.7k questions
5.1k answers
108 comments
557 users