Short Python Code to say “Pick the lower value”?

后端 未结 0 678
失恋的感觉
失恋的感觉 2021-02-11 22:07

What I mean is, I\'m looking for really short code that returns the lower value. for example:

a=[1,2,3,4,5,6,7,8,9,10]
b=[1,2,3,4,5,6,7,8]
len(a) = 10
len(b) = 8         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题