TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Simple example using python's map() and reduce()
2 points
by
code_devil
over 13 years ago
1 comment
ecounysis
over 13 years ago
Collapse
<p><pre><code> reduce(lambda x,y:x+y, map(lambda x:x*x, range(1,6)))</code></pre>
评论 #3521411 未加载