diff --git a/hello.py b/hello.py index d4fb0b0..0beb6c8 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,8 @@ def say_what(): def main(): hello(say_what()) + print('xD') + print('xD') return 0