From a95645574af1cdc5e0286e1a7cfafb01e8971446 Mon Sep 17 00:00:00 2001 From: madalawok Date: Sat, 10 Oct 2020 12:37:06 +0200 Subject: [PATCH] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index ca45bdc..87672c9 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): print("Hello World") + hello(say_what()) return 0