为什么在Python3.7运行不了呢def prod(x, y): return x * y print(reduce(prod, [2, 4, 5, 7, 12]))
为什么在Python3.7运行不了呢def prod(x, y): return x * y print(reduce(prod, [2, 4, 5, 7, 12]))
为什么在Python3.7运行不了呢def prod(x, y): return x * y print(reduce(prod, [2, 4, 5, 7, 12]))
2019-05-28
举报