Created
July 17, 2015 04:52
-
-
Save kazimuth/bbccab511e000134d088 to your computer and use it in GitHub Desktop.
hacker level: The One
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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