Created
October 5, 2017 00:07
-
-
Save KristobalJunta/7ed90b43c3a1f59334832f4fcc9054b7 to your computer and use it in GitHub Desktop.
Spooky scary python code; A Halloween gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
TRICK = False | |
TREAT = random.choice(['Trick', 'Treat']) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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