From 27e70a0229678d7ff65b19579729e705fe018b10 Mon Sep 17 00:00:00 2001 From: Pioterus <55625644+Pioterus@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:46:31 +0200 Subject: [PATCH] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index e2db888..daedd87 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world___' + return 'world_' def main():