python-Generalization of Hops

Posted 爱学英语的程序媛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-Generalization of Hops相关的知识,希望对你有一定的参考价值。

  • 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的主要内容,如果未能解决你的问题,请参考以下文章

tensorflow 模型:.data-00000-of-00002 和 ,data-00001-of-00002 有啥区别?

在 Dart 中,List.from 和 .of 以及 Map.from 和 .of 有啥区别?

JavaScript `of` 关键字(for...of 循环)

nth-child,nth-last-child,only-child,nth-of-type,nth-last-of-type,only-of-type,first-of-type,last-of-

be aware of是啥意思

be aware of是啥意思