Created
April 22, 2012 00:21
-
-
Save thinkjson/2440504 to your computer and use it in GitHub Desktop.
Command line client to help you make decisions (Can you tell I have trouble making decisions?)
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
| #!/usr/bin/python | |
| import random | |
| import sys | |
| print random.choice(sys.argv[1:]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment