t23.py 72 B

1234
  1. def test(x):
  2. return x
  3. y = test(1)*2 + test(3)*4 + test(5)*6
  4. print y