python try catch all exceptions code example Example: python catch any exception try: do_something() except: print "Caught it!"