Python-programming-exercises
Python-programming-exercises copied to clipboard
alternative and easy method for question 1
hi. I just want to make the code for question 1 much simpler and easily understandable for beginners
for i in range(2000, 3201):
if (i%7==0) and (i%5!=0):
print(i,end=",")
cool?
yes, your one is easier to understand
Hi, I am a newbie to open source can anyone tell me whether this issue is fixed or not.
Hi, I am a newbie to open source can anyone tell me whether this issue is fixed or not.
according to me, it's fixed