lst = [(1,(1,3,5)), (5,(2,3,4)),(3,(2,3,4))]
I want to sort by the first value, descending order.
|
|
|
just like this:
|
|||||||||
|
Note also that "list" isn't a great name for your list because it's the built-in list type. |
|||
|
|