t57.py 53 B

12345
  1. def test():
  2. global x
  3. x = "OK"
  4. test()
  5. print x