Skip to content

Instantly share code, notes, and snippets.

@KristobalJunta
Created October 5, 2017 00:07
Show Gist options
  • Save KristobalJunta/7ed90b43c3a1f59334832f4fcc9054b7 to your computer and use it in GitHub Desktop.
Save KristobalJunta/7ed90b43c3a1f59334832f4fcc9054b7 to your computer and use it in GitHub Desktop.
Spooky scary python code; A Halloween gist
import random
TRICK = False
TREAT = random.choice(['Trick', 'Treat'])
from halloween import *
print(TRICK or TREAT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment