Get your own Python server Result Size: 625 x 565
x
 
thislist = [100, 50, 65, 82, 23]
thislist.sort(reverse = True)
print(thislist)
[100, 82, 65, 50, 23]