News

1. Sort List of Tuples based on the First Element 2. Sort List of Tuples based on the Second Element 3. Sort List of Tuples based on the Last Element ...
sort() is a built in function present in Python which can sort list, tuple, set and dictionary. Very useful to overcome more lines in code for a simple sort function.