Skip to content

Instantly share code, notes, and snippets.

@rubinovitz
Last active December 17, 2015 17:09
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 rubinovitz/5643993 to your computer and use it in GitHub Desktop.
Save rubinovitz/5643993 to your computer and use it in GitHub Desktop.
What to eat while on vacation
from random import choice
optionList = ["ice cream", "ice cream", "ice cream", "burrito", "banana", "ice cream"]
print choice(optionList)
@GRardB
Copy link

GRardB commented May 30, 2013

@rubinovitz
Copy link
Author

Done, thanks GRardB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment