Created
October 26, 2014 17:03
-
-
Save benawad/ad03bb46ce717d4b6cd1 to your computer and use it in GitHub Desktop.
simple script to make into a .exe
This file contains 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
favorite_color = raw_input('What\'s your favorite color? ') | |
print "%s is my cousins favorite color too!" % favorite_color | |
raw_input() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment