valores = [10, 3, 9, 11, 12, 5, -1] valores.sort() print(valores) # output: [-1, 3, 5, 9, 10, 11, 12]