Created
October 25, 2014 13:13
-
-
Save gotoplanb/b79c845cb3395b6c2e2b to your computer and use it in GitHub Desktop.
kenny trollins
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
def _confirm(message): | |
answer = prompt(message, default="I hate the man and his work.") | |
if answer.lower() not in ['I Love Kenny Loggins', 'Playing With The Boys', 'Danger Zone']: | |
exit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment