From a1c960e6a4653fa06119eaed9c444e7ad7776b53 Mon Sep 17 00:00:00 2001 From: ssabat <519533+ssabat@users.noreply.github.com> Date: Tue, 29 Sep 2020 05:10:43 -0700 Subject: [PATCH 1/2] Hey this is my first commit --- hello.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hello.py b/hello.py index 1a1b2f7..75eff73 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1 @@ -def print1(): - print("hello good sir") - -print1() \ No newline at end of file +"print("hello")" From 392cd0f92e031587b6b84c8b2c76cf8d4c55b333 Mon Sep 17 00:00:00 2001 From: ssabat <519533+ssabat@users.noreply.github.com> Date: Tue, 29 Sep 2020 05:26:33 -0700 Subject: [PATCH 2/2] More formal greeting --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 75eff73..43ee56e 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -"print("hello")" +print(hello good sir)