Compilador de Python Online (Editor / Interpretador)
Escreva, execute e compartilhe o seu código Python instantaneamente com o Compilador de Python Online da Asimov Academy.
valores = [10, 3, 9, 11, 12, 5, -1] valores.sort() print(valores) # output: [-1, 3, 5, 9, 10, 11, 12]