Skip to content

Instantly share code, notes, and snippets.

View busterb's full-sized avatar

Brent Cook busterb

  • Pflugerville, TX
View GitHub Profile
#!/usr/bin/env python
import random, sys, os
random.seed()
nonword = "\n" # Since we split on whitespace, this can never be a word
w1 = nonword
w2 = nonword
# GENERATE TABLE