From 732a23141236a5838fde9b1cec92fa90c29028dc Mon Sep 17 00:00:00 2001 From: Anita <55626100+lewandowskaa@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:50:46 +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 d4fb0b0..53b2cac 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'worlddd' def main():