From d3c3c2a9ece82d820710d803744057210797a80a Mon Sep 17 00:00:00 2001 From: NurlanSHM Date: Mon, 18 Nov 2024 19:58:11 +0400 Subject: [PATCH] Update 1-what-is-a-string.py type made in "exercises" --- ch04-strings-and-string-methods/1-what-is-a-string.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ch04-strings-and-string-methods/1-what-is-a-string.py b/ch04-strings-and-string-methods/1-what-is-a-string.py index ca31a40..a348707 100644 --- a/ch04-strings-and-string-methods/1-what-is-a-string.py +++ b/ch04-strings-and-string-methods/1-what-is-a-string.py @@ -1,6 +1,5 @@ # 4.1 - What is a String? -# Solutions to review exercies - +# Solutions to review exercises # Exercise 1 print('There are "double quotes" in this string.')