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