Skip to content

Instantly share code, notes, and snippets.

@shotastage
Created September 7, 2016 14:13
Show Gist options
  • Save shotastage/a2402e4b0e3c7f969954904b299a8d87 to your computer and use it in GitHub Desktop.
Save shotastage/a2402e4b0e3c7f969954904b299a8d87 to your computer and use it in GitHub Desktop.
Hello world program of Python3
// python 2.x
print "Hello, world!"
// python 3.x
print("Hello, world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment