How do you sort a list in reverse alphabetical order?
To sort a list in reverse natural order, use the reverse argument set to True. The reverse argument works with sorted() and sort().
How do you reverse a list's order?
To reverse the original order of a list, use the reverse() method.