Skip to content

Instantly share code, notes, and snippets.

@Crypto89
Last active December 7, 2015 17:16
Show Gist options
  • Save Crypto89/5b061399fd70ca327411 to your computer and use it in GitHub Desktop.
Save Crypto89/5b061399fd70ca327411 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
print "Hello, Selin!"
for n in range(0, 10):
print "Hello, {}!".format( n )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment