Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 30, 2021 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/a72d290dcc988f3cd71f8d4964fb420d to your computer and use it in GitHub Desktop.
Save amankharwal/a72d290dcc988f3cd71f8d4964fb420d to your computer and use it in GitHub Desktop.
for i in range(20):
if ((i % 2) == 0):
print(i," is even")
else:
print(i," is odd")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment