# Python traceback ```python import traceback try: ... except Exception, e: traceback.print_exc() ```