How i get max pair in a list of pairs with min y?
I got this list:
L =[[1,3],[2,5],[-4,0],[2,1],[0,9]]
With max(L) i get [2,5], but i want [2,1].
|
Output:
|
|||||
|
Finds the coordinate with minimum y, retrieves x. If you dislike
|
|||
|
|
|
Your request is kind of cryptic, but I think this is what you want:
|
|||
|
|