From 367cd05594fe403cdef6f05aba5df5ec46f608db Mon Sep 17 00:00:00 2001 From: MathewLobo Date: Wed, 21 Sep 2022 10:42:35 +0530 Subject: [PATCH 1/3] Modified the first.py file --- first.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/first.py b/first.py index d574ca0..4a065ce 100644 --- a/first.py +++ b/first.py @@ -1,2 +1,3 @@ print("Hello") -print("Hello again") \ No newline at end of file +print("Hello again") +print("Hello again into 3") \ No newline at end of file From b4311a1164ab1cdd671553364f028686899c6efc Mon Sep 17 00:00:00 2001 From: MathewLobo Date: Wed, 21 Sep 2022 10:50:01 +0530 Subject: [PATCH 2/3] Deleted third line of first.py file --- first.py | 1 - 1 file changed, 1 deletion(-) diff --git a/first.py b/first.py index 4a065ce..d00543d 100644 --- a/first.py +++ b/first.py @@ -1,3 +1,2 @@ print("Hello") print("Hello again") -print("Hello again into 3") \ No newline at end of file From 59e0b170d0a100aa153a54fd98b2ea81058280c8 Mon Sep 17 00:00:00 2001 From: MathewLobo Date: Wed, 21 Sep 2022 10:51:50 +0530 Subject: [PATCH 3/3] added third file --- third.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 third.py diff --git a/third.py b/third.py new file mode 100644 index 0000000..b89f139 --- /dev/null +++ b/third.py @@ -0,0 +1 @@ +print("Today is very cold") \ No newline at end of file