t221_sub.py 60 B

123
  1. x = 444
  2. def f(arg):
  3. return "OK: " + arg + ", " + str(x)