Skip to content

Instantly share code, notes, and snippets.

@zahmadsaleem
Last active August 29, 2015 14:19
Show Gist options
  • Save zahmadsaleem/244e225afaf8c3eda294 to your computer and use it in GitHub Desktop.
Save zahmadsaleem/244e225afaf8c3eda294 to your computer and use it in GitHub Desktop.
for n in range(101)
if n % 4 is 0:
print (n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment