怎么运行的是945?
from functools import reduce
def f(x, y):
return x * y
print(reduce(f, [1,3,5,7,9]))
945是正确的结果
贴下图