Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
a = ("h", "b", "a", "c", "f", "d", "e", "g") x = sorted(a) print(x)
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h']