Skip to content

Instantly share code, notes, and snippets.

@hildjj
Created March 12, 2012 16:38
Show Gist options
  • Save hildjj/2023218 to your computer and use it in GitHub Desktop.
Save hildjj/2023218 to your computer and use it in GitHub Desktop.
Get random picks for the NCAA pool
import random
print [random.choice(["boring", "UPSET"]) for x in range(32+16+8+4+2+1)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment