tutorial.eyehunts.com
Python sort reverse order | Example code
Use sort() with reverse=True to sort a list in reverse order in Python. The sort() method sorts the list ascending by default.
Rohit