From 6dd7cd012e382d9474aeefe8fc93711f79ff6b9b Mon Sep 17 00:00:00 2001 From: SimonTYChen Date: Sun, 21 Jul 2019 03:01:38 -0400 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..0aff102 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1 @@ -def print1(): - print("hello good sir") - -print1() \ No newline at end of file +"print("SSSSS")" From 945f4a5b1baf1ac26c60af9a64a96d403a5d2279 Mon Sep 17 00:00:00 2001 From: SimonTYChen Date: Sun, 21 Jul 2019 03:15:20 -0400 Subject: [PATCH 2/2] More formal greeting --- hello_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hello_test.py b/hello_test.py index 1e41b53..44f8e84 100644 --- a/hello_test.py +++ b/hello_test.py @@ -1,2 +1 @@ -print(hello sir.) -print("PR practice, thanks") +"print("hello good sir")"