try:
    # Something that throws exception
    print "foo"
catch:

# continue other stuff
print "bar"