Python-programming-exercises icon indicating copy to clipboard operation
Python-programming-exercises copied to clipboard

alternative and easy method for question 1

Open ghost opened this issue 5 years ago • 3 comments

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?

ghost avatar Jan 17 '21 08:01 ghost

yes, your one is easier to understand

RohanSardar avatar Jan 25 '21 04:01 RohanSardar

Hi, I am a newbie to open source can anyone tell me whether this issue is fixed or not.

Varun270 avatar Feb 14 '21 13:02 Varun270

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

RohanSardar avatar Feb 15 '21 15:02 RohanSardar