Run »
×
Change Orientation
a = ("b", "g", "a", "d", "f", "c", "h", "e") x = sorted(a) print(x)
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h']
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit