Skip to content

Instantly share code, notes, and snippets.

@narate
Created May 7, 2013 13:26
Show Gist options
  • Save narate/5532536 to your computer and use it in GitHub Desktop.
Save narate/5532536 to your computer and use it in GitHub Desktop.
Hello, World!
Alive = True
def code():
print "coding..."
while Alive:
code()
print "I'm happy :)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment