From 74ec55a921c9b5948bdf67eb0d10abc0f2e7c1b6 Mon Sep 17 00:00:00 2001 From: Anita <55626100+lewandowskaa@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:28:23 +0200 Subject: [PATCH] Update hello.py --- hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.py b/hello.py index d4fb0b0..d4687e0 100644 --- a/hello.py +++ b/hello.py @@ -4,6 +4,7 @@ def hello(what): print('Hello, {}!'.format(what)) + print('xd') def say_what(): @@ -12,6 +13,7 @@ def say_what(): def main(): hello(say_what()) + return 0