I have been struggling to sort or rearrange the lists. I would want to sort the lists in descending order based on the numbers(last element within the list).
So, ideally, the list with (297539) will be on top; while the list with (234933) will be at bottom:
[...., '297539']
[..]
[..]
[...., '234933']
Can someone help me with this? Thanks alot. This is what I have done so faroutput