Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created October 25, 2014 13:13
Show Gist options
  • Save gotoplanb/b79c845cb3395b6c2e2b to your computer and use it in GitHub Desktop.
Save gotoplanb/b79c845cb3395b6c2e2b to your computer and use it in GitHub Desktop.
kenny trollins
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