From c721b22aa3c64678472d0f747eb9386385f93ee7 Mon Sep 17 00:00:00 2001 From: milewczikk <43720489+milewczikk@users.noreply.github.com> Date: Sun, 17 Nov 2019 12:55:29 +0100 Subject: [PATCH] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d4fb0b0..e95a698 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'worldddddd' def main():