Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 16, 2010 03:44
Show Gist options
  • Save zzak/477894 to your computer and use it in GitHub Desktop.
Save zzak/477894 to your computer and use it in GitHub Desktop.
n = raw_input("Whats your name? ")
print "Hello, " + n + "!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment