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, "Asimov"] valores.sort() # TypeError: '<' not supported between instances of 'str' and 'int'