texto = "Python É Incrível!" texto_minusculo = texto.lower() print(texto_minusculo) # Saída: "python é incrível!"