Skip to content

Instantly share code, notes, and snippets.

@erictleung
Last active November 12, 2015 07:43
Show Gist options
  • Save erictleung/53cc5874539a22e538bd to your computer and use it in GitHub Desktop.
Save erictleung/53cc5874539a22e538bd to your computer and use it in GitHub Desktop.
"Hello, world!" in Python
#!/usr/bin/env python
# Python 2.7.9
print "Hello world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment