Skip to content

Instantly share code, notes, and snippets.

@bjtitus
Created September 24, 2009 01:54
Show Gist options
  • Save bjtitus/192450 to your computer and use it in GitHub Desktop.
Save bjtitus/192450 to your computer and use it in GitHub Desktop.
print "Hello, World!"
value = raw_input("Input your name: ")
print "Hello, " + value + "!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment