Run ❯
Get your
own Python
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
thislist = [100, 50, 65, 82, 23] thislist.sort(reverse = True) print(thislist)
x
thislist
=
[
100
,
50
,
65
,
82
,
23
]
thislist
.
sort
(
reverse
=
True
)
print
(
thislist
)
[100, 82, 65, 50, 23]