t82.py 69 B

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