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