Skip to content

Instantly share code, notes, and snippets.

@kazimuth
Created July 17, 2015 04:52
Show Gist options
  • Save kazimuth/bbccab511e000134d088 to your computer and use it in GitHub Desktop.
Save kazimuth/bbccab511e000134d088 to your computer and use it in GitHub Desktop.
hacker level: The One
# This is an extremely complicated script.
# Use at your own risk.
print "What is your name?"
name = raw_input()
print "Hi, " + name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment