From a23e62e3761428d0a25d287d71723703df4c5071 Mon Sep 17 00:00:00 2001 From: RenaKhalilova <110337547+RenaKhalilova@users.noreply.github.com> Date: Sun, 7 Aug 2022 13:31:21 +0300 Subject: [PATCH] Update [easy]03_task_string.md --- .../string/\360\237\224\265easy/[easy]03_task_string.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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('!','.')) ### Подсказки