Skip to content

Instantly share code, notes, and snippets.

@brstream
Forked from cx20/hello.py
Last active December 17, 2015 00:29
Show Gist options
  • Select an option

  • Save brstream/5520935 to your computer and use it in GitHub Desktop.

Select an option

Save brstream/5520935 to your computer and use it in GitHub Desktop.
Python: Hello World
#!/usr/bin/python
print "Hello, Python World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment