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