TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Simple example using python's map() and reduce()
2 点
作者
code_devil
超过 13 年前
1 comment
ecounysis
超过 13 年前
Collapse
<p><pre><code> reduce(lambda x,y:x+y, map(lambda x:x*x, range(1,6)))</code></pre>
评论 #3521411 未加载