Skip to content

Instantly share code, notes, and snippets.

@mccutchen
Created June 9, 2011 16:53
Show Gist options
  • Save mccutchen/1017174 to your computer and use it in GitHub Desktop.
Save mccutchen/1017174 to your computer and use it in GitHub Desktop.
name = raw_input('Name? ')
print 'Hello, %s' % name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment