Source Code:
(back to article)
try: raise Exception("This is an exception") except Exception as e: print(e)
Result:
Report an issue