#!/usr/bin/python3 e = True try: raise Exception() except Exception as e: pass print(e)