Skip to content

Instantly share code, notes, and snippets.

@benawad
Created October 26, 2014 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benawad/ad03bb46ce717d4b6cd1 to your computer and use it in GitHub Desktop.
Save benawad/ad03bb46ce717d4b6cd1 to your computer and use it in GitHub Desktop.
simple script to make into a .exe
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