From 69ea419b911aeabc8a387f16e95effa53ff283ba Mon Sep 17 00:00:00 2001 From: Eklavya Chandra <70642430+EklavyaChandra@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:31:45 +0530 Subject: [PATCH 1/2] Update Test2.py --- Test2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test2.py b/Test2.py index 98e662d..6fe636d 100644 --- a/Test2.py +++ b/Test2.py @@ -1 +1,2 @@ -a = input("Hello World") +a = input("Hello World!") +# This is a simple hello world From 6f3bc1e2ed2fd79f1ac352590cfa28f07077dc44 Mon Sep 17 00:00:00 2001 From: Eklavya Chandra <70642430+EklavyaChandra@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:51:45 +0530 Subject: [PATCH 2/2] Update Test2.py --- Test2.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Test2.py b/Test2.py index 6fe636d..2042fce 100644 --- a/Test2.py +++ b/Test2.py @@ -1,2 +1,3 @@ -a = input("Hello World!") -# This is a simple hello world +a = ("Hello World!") +print(a) +# I have updated the repo