Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2016 01:03
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 anonymous/e98b2e17e47a249f2ee1a4d85a4f6f8c to your computer and use it in GitHub Desktop.
Save anonymous/e98b2e17e47a249f2ee1a4d85a4f6f8c to your computer and use it in GitHub Desktop.
c = 0
while c <= 5:
print c
c = c + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment