Skip to content

Instantly share code, notes, and snippets.

@desg
Created May 5, 2014 21:43
Show Gist options
  • Save desg/eea08056baa394f34fe0 to your computer and use it in GitHub Desktop.
Save desg/eea08056baa394f34fe0 to your computer and use it in GitHub Desktop.
import random
randomfood = random.choice(open('food.txt').readlines())
print randomfood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment