def my_func():
if not True:
print "this should never be printed"
try:
print "if you're reading this, the try block is outside the if block"
except:
print "oops, something went wrong"
my_func()
ZGVmIG15X2Z1bmMoKToKICAgIGlmIG5vdCBUcnVlOgogICAgICAgIHByaW50ICJ0aGlzIHNob3VsZCBuZXZlciBiZSBwcmludGVkIgogICAgdHJ5OgogICAgICAgIHByaW50ICJpZiB5b3UncmUgcmVhZGluZyB0aGlzLCB0aGUgdHJ5IGJsb2NrIGlzIG91dHNpZGUgdGhlIGlmIGJsb2NrIgogICAgZXhjZXB0OgogICAgICAgIHByaW50ICJvb3BzLCBzb21ldGhpbmcgd2VudCB3cm9uZyIKCm15X2Z1bmMoKQ==