From 68eff71d6d0fe8f87caf71701b61a1ebfa501d57 Mon Sep 17 00:00:00 2001 From: Pioterus <55625644+Pioterus@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:35:17 +0200 Subject: [PATCH 1/3] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d4fb0b0..7260519 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'world!' def main(): From abed3b5a6500c8beda31d84749bedc4d0e108cdb Mon Sep 17 00:00:00 2001 From: Pioterus <55625644+Pioterus@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:37:06 +0200 Subject: [PATCH 2/3] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 7260519..35990a4 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world!' + return 'world__' def main(): From 3c5738871d05c1b6aae3910847ba1c43099ad4d1 Mon Sep 17 00:00:00 2001 From: Pioterus <55625644+Pioterus@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:42:15 +0200 Subject: [PATCH 3/3] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 35990a4..e2db888 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world__' + return 'world___' def main():