From 98f6681d77fb339332bd2cf3d254268be306dc0b Mon Sep 17 00:00:00 2001 From: cam tien Date: Mon, 3 May 2021 15:37:04 +0000 Subject: [PATCH 1/2] Add helloword.py file --- helloword.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloword.py diff --git a/helloword.py b/helloword.py new file mode 100644 index 00000000..1e112304 --- /dev/null +++ b/helloword.py @@ -0,0 +1,2 @@ +#!/usr/bin/python3 + print(“Hello world”) From 66c62fe099c56824d6e06c0ff867ab427d4af349 Mon Sep 17 00:00:00 2001 From: cam tien Date: Mon, 3 May 2021 15:45:16 +0000 Subject: [PATCH 2/2] Modify helloword.py file --- helloword.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloword.py b/helloword.py index 1e112304..0bdc73ed 100644 --- a/helloword.py +++ b/helloword.py @@ -1,2 +1,3 @@ #!/usr/bin/python3 - print(“Hello world”) +print(“Hello world”) +print(“Hello Git”)