From 1336db0dae8128676e4585f93e88f783a681a5c9 Mon Sep 17 00:00:00 2001 From: AvokrichA Date: Sun, 14 Nov 2021 00:26:53 +0300 Subject: [PATCH 1/2] a b c --- Lesson_3/Les3Task2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lesson_3/Les3Task2.py b/Lesson_3/Les3Task2.py index 67c3fdf..9d15d98 100644 --- a/Lesson_3/Les3Task2.py +++ b/Lesson_3/Les3Task2.py @@ -1 +1,3 @@ a=2 +b=3 +c=4 \ No newline at end of file From 394a91e9cc8aab5157989fa8e73aab623c50b4a2 Mon Sep 17 00:00:00 2001 From: AvokrichA Date: Sun, 14 Nov 2021 00:30:28 +0300 Subject: [PATCH 2/2] a b c --- Lesson_3/Les3Task2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lesson_3/Les3Task2.py b/Lesson_3/Les3Task2.py index 9d15d98..ac79a64 100644 --- a/Lesson_3/Les3Task2.py +++ b/Lesson_3/Les3Task2.py @@ -1,3 +1,4 @@ a=2 b=3 -c=4 \ No newline at end of file +c=4 +d=6 \ No newline at end of file