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.
texto = "Olá, Mundo!" # Tentar modificar uma string resultará em um erro texto[0] = "o" # TypeError: 'str' object does not support item assignment