Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am gla3dr on github.
  • I am zackmayoh (https://keybase.io/zackmayoh) on keybase.
  • I have a public key ASDWYKoRVIP1ihjsjOqL3KBqHROpYhvlH_sr0m_fro3swAo

To claim this, I am signing this object:

@gla3dr
gla3dr / Roulette
Created October 8, 2016 03:57
Roulette
if random.randrange(0, 6) == 0:
result = '*BANG*'
else:
result = '*click*'