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 = "python é incrível!" texto_maiusculo = texto.upper() print(texto_maiusculo) # Saída: "PYTHON É INCRÍVEL!"