Skip to content

Instantly share code, notes, and snippets.

@gabrielfern
Created August 26, 2017 18:16
Show Gist options
  • Save gabrielfern/8aa890300a20c60b6e634de6ba7f6031 to your computer and use it in GitHub Desktop.
Save gabrielfern/8aa890300a20c60b6e634de6ba7f6031 to your computer and use it in GitHub Desktop.
i = 1
while i <= 5:
print(i, 'out')
i += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment