t39.py 59 B

123456
  1. X = "OK"
  2. def test():
  3. X = 4
  4. print(X)
  5. test()
  6. print X