Skip to content

Instantly share code, notes, and snippets.

@anandtripathi5
Created February 16, 2022 10:16
Show Gist options
  • Save anandtripathi5/7128e5c5e46adfe9f09dd8996dbae09f to your computer and use it in GitHub Desktop.
Save anandtripathi5/7128e5c5e46adfe9f09dd8996dbae09f to your computer and use it in GitHub Desktop.
Zen of python - Complex is better than complicated
counter = 0
while counter < 5:
print counter
counter += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment