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