python_try_except_1.py:
x
 
try:
  print(x)
except:
  print("An exception occurred")