def divide(a, b): try: return a / b except: x = 17
My smart exception handling before meeting "pass" :))