Created
November 23, 2014 14:02
-
-
Save z-------------/d0e358fef8aa67900012 to your computer and use it in GitHub Desktop.
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
| print "Welcome" | |
| name = raw_input("Tell me your name, child\n") | |
| word = raw_input("Enter a random word pl0x\n") | |
| if len(word) > 0 and word.isalpha(): | |
| print "You said '%(word)s', %(name)s" % {"word": word, "name": name} | |
| else: | |
| print "ur an fgt" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git cloneit, then run it from the command line withpython timo-script.py