texto = "python é INCRÍVEL!" texto_capitalizado = texto.capitalize() print(texto_capitalizado) # Saída: "Python é incrível!"