Hello
I have created a multidimensional list in python
I used the following code:
r =[(300, 4), (5, 6), (100, 2)]
I tried sorting it in ascending order using r.sort()
and I get [(5, 6), (100, 2), (300, 4)]
I want it to get sorted based on each on the 2nd element instead of the...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.