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.
resultado = 10 + '10' # TypeError: unsupported operand type(s) for +: 'int' and 'str'