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