t38.py 37 B

123
  1. X = "OK"
  2. def test(): print(X)
  3. test()