diff --git "a/Module3/practice/string/\360\237\224\265easy/[easy]03_task_string.md" "b/Module3/practice/string/\360\237\224\265easy/[easy]03_task_string.md" index 8bd45fc..a228df5 100644 --- "a/Module3/practice/string/\360\237\224\265easy/[easy]03_task_string.md" +++ "b/Module3/practice/string/\360\237\224\265easy/[easy]03_task_string.md" @@ -20,7 +20,8 @@ text = "Вася самый умный! Вася лучше всех! И жде # TODO: you code here... ``` ---- +text = "Вася самый умный! Вася лучше всех! И ждет его успех!" +print( text.replace('!','.')) ### Подсказки