Skip to content

Instantly share code, notes, and snippets.

@thinkjson
Created April 22, 2012 00:21
Show Gist options
  • Select an option

  • Save thinkjson/2440504 to your computer and use it in GitHub Desktop.

Select an option

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?)
#!/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