Skip to content

Instantly share code, notes, and snippets.

@ItsCosmas
Created May 9, 2019 08:25
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 ItsCosmas/36fe9a3ad930862ad06140aeafd476d0 to your computer and use it in GitHub Desktop.
Save ItsCosmas/36fe9a3ad930862ad06140aeafd476d0 to your computer and use it in GitHub Desktop.
for_range
for i in range(10):
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment