texto = "python é incrível!" texto_maiusculo = texto.upper() print(texto_maiusculo) # Saída: "PYTHON É INCRÍVEL!"