We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
yes, your one is easier to understand
Sorry, something went wrong.
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
No branches or pull requests
hi. I just want to make the code for question 1 much simpler and easily understandable for beginners
cool?
The text was updated successfully, but these errors were encountered: