_b.py 69 B

1234567
  1. D = 10
  2. try:
  3. import test
  4. exit(1)
  5. except ImportError:
  6. pass