t25.py 40 B

1234
  1. def test():
  2. print "OK"
  3. x = test
  4. x()