texto = 'Python é demais!' print(texto.title()) # Saída: Python É Demais!