t81.py 63 B

12345
  1. def test():
  2. def fnc():
  3. print "OK"
  4. fnc()
  5. test()