python_ref_sorted_1.py:
x
 
a = ("b", "g", "a", "d", "f", "c", "h", "e")
x = sorted(a)
print(x)