b.py 88 B

1234567
  1. D = 10
  2. try:
  3. import xxxxx # does not exist
  4. exit(1)
  5. except ImportError:
  6. pass