会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
夏诗
博客园
首页
新随笔
联系
管理
订阅
2019年5月13日
Pychram中使用reduce()函数报错:Unresolved reference 'reduce'
摘要: python3不能直接使用reduce()函数,因为reduce() 函数已经被从全局名字空间里移除了,它现在被放置在fucntools 模块里,所以要使用reduce函数得先饮用fucntools 例如: >>> from functools import reduce >>> reduce(la
阅读全文
posted @ 2019-05-13 16:57 夏诗
阅读(1376)
评论(0)
推荐(1)
编辑
公告