From e9acfee38af7bd7157cc725b05e3c2e56bcee654 Mon Sep 17 00:00:00 2001 From: macsowin Date: Sun, 17 Nov 2019 12:59:19 +0100 Subject: [PATCH] cosTam2 --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index d4fb0b0..3997598 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'world-3' def main():