t42.py 108 B

1234567
  1. def f():
  2. if True:
  3. if False:
  4. x =3
  5. y = 4
  6. return
  7. return 19