Run
mylist = [21, 5, 8, 52, 21, 87, 52] mylist.sort(reverse=True) print(mylist)
Output