t464.py 60 B

1234567
  1. def test():
  2. quit()
  3. print "a"
  4. print "b"
  5. test()
  6. print "c"