码迷,mamicode.com
首页 > 编程语言 > 详细

python-Generalization of Hops

时间:2017-12-04 21:26:06      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:rpo   provides   collect   pre   orm   arguments   nts   ide   des   

  • python provides a general purpose HOP,map
  • simple form-a unary function and a collection of suitable arguments

代码:

for e in map(abs,[1,-2,3,-4]):
print(e)

1
2
3
4


L1=[1,28,36]
L2=[2,57,9]
for e in map(min,L1,L2):
print(e)

 

1
28
9

python-Generalization of Hops

标签:rpo   provides   collect   pre   orm   arguments   nts   ide   des   

原文地址:http://www.cnblogs.com/Bella2017/p/7978895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!