Skip to content

Instantly share code, notes, and snippets.

@mebubo
Created September 10, 2013 13:06
Show Gist options
  • Select an option

  • Save mebubo/6509134 to your computer and use it in GitHub Desktop.

Select an option

Save mebubo/6509134 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import random
words = ["jaune", "jeûne", "jeune"]
for c, w in [(i+1, random.choice(words)) for i in range(20)]:
print "%02d" % c, w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment