try_import_except.py 53 B

1234
  1. try:
  2. import import_err
  3. except:
  4. print("PASS")