demo_python_ref_keyword_try.py:
[email protected]:/home/python#python demo_python_ref_keyword_try.py
Traceback (most recent call last):
  File "demo_python_ref_keyword_try.py", line 4, in <module>
    raise Exception("Something went wrong")
Exception: Something went wrong