Get your own Python server Result Size: 625 x 565
x
 
a = ("h", "b", "a", "c", "f", "d", "e", "g")
x = sorted(a)
print(x)
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h']