t27.py 49 B

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