Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
a = (1, 11, 2) x = sorted(a) print(x)
[1, 2, 11]