Como pedir tupla
x =[1, 5, 10, 3, 8, 12, 4, 1, 2, 8]
print(sorted(x))
Stupid Seahorse
x =[1, 5, 10, 3, 8, 12, 4, 1, 2, 8]
print(sorted(x))