Skip to content

Instantly share code, notes, and snippets.

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