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