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