课程
/后端开发
/Python
/python进阶
Python3中好像没有reduce()函数呢
2019-09-08
源自:python进阶 2-5
正在回答
python3中如果要使用reduce函数,需要先导入。
from functools import reduce
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计