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