Skip to content

Instantly share code, notes, and snippets.

@zayfod
Last active December 20, 2015 11:59
Show Gist options
  • Save zayfod/6127163 to your computer and use it in GitHub Desktop.
Save zayfod/6127163 to your computer and use it in GitHub Desktop.
Python "hello world" program. #python #hello
#!/usr/bin/env python
print "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment