texto = 'Python é demais!' print(texto.replace('demais', 'fantástico')) # Saída: Python é fantástico!