当前位置: 首页 > 工具软件 > Mem Reduct > 使用案例 >

name 'reduce' is not defined

范宏大
2023-12-01

在python3.0.0之后reduce函数已经不是一个内置函数了,需要调用。
解决方法:
from functools import reduce

 类似资料:

相关阅读

相关文章

相关问答