Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created January 15, 2014 03:07
Show Gist options
  • Save mrdaemon/8430068 to your computer and use it in GitHub Desktop.
Save mrdaemon/8430068 to your computer and use it in GitHub Desktop.
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> def ass():
try:
return True
except:
return False
>>> ass()
True
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment