全部悬赏
发布悬赏
专家入驻
python编程.为什么reduce函数在3.1环境下不能用了?
"在Python 3里,reduce()函数已经被从全局名字空间里移除了,它现在被放置在fucntools模块里
用的话要 先引入
from functools import reduce"
¥100
¥2.7
¥600
免费
¥58
¥150
¥300
¥19.9
¥8.8
¥9
¥149
"在Python 3里,reduce()函数已经被从全局名字空间里移除了,它现在被放置在fucntools模块里
用的话要 先引入
from functools import reduce"