源代码
a = ("b", "g", "a", "d", "f", "c", "h", "e") x = sorted(a) print(x)
运行结果