From 2ce606885234d4b42c60bae5ec5c7f2dd8c510d6 Mon Sep 17 00:00:00 2001 From: MartaPrzyBorze <72346190+MartaPrzyBorze@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:20: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..fe87d3b 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'cat' def main():