课程
/后端开发
/Python
/python进阶
def prod(x, y): return x*y print reduce(prod, [2, 4, 5, 7, 12])
2018-09-26
源自:python进阶 2-5
正在回答
但是在Python中,调用函数时是不加()的
定义函数以及调用函数的时候
when you call this function
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计