From b1e27e1adf035e89304c387c2d98c0cf3c88c84a Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:21:45 +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..349e44d 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'worlddddddddddddd' def main():