Skip to content

Instantly share code, notes, and snippets.

@cpcloud
Created October 3, 2013 21:46
Show Gist options
  • Save cpcloud/6817627 to your computer and use it in GitHub Desktop.
Save cpcloud/6817627 to your computer and use it in GitHub Desktop.
for i in range(10):
print(i)
print(i * 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment