pthon list sort code example
Example 1: how to sort a list descending python
# defning A as a list
A.sort(reverse = True)
Example 2: sorting in python
python list sort()
# defning A as a list
A.sort(reverse = True)
python list sort()