Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Created July 25, 2012 23:23
Show Gist options
  • Save jayd3e/3179315 to your computer and use it in GitHub Desktop.
Save jayd3e/3179315 to your computer and use it in GitHub Desktop.
Programception
def run_question_mark(program):
try:
program()
return True
except Exception:
return False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment