python_ref_sorted_2.py:
x
 
a = (2, 35, 17)
x = sorted(a)
print(x)