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_limpo = texto.strip() print(texto_limpo) # Saída: "Python é incrível!"