diff --git a/hello.py b/hello.py index d4fb0b0..031f7f7 100644 --- a/hello.py +++ b/hello.py @@ -4,6 +4,7 @@ def hello(what): print('Hello, {}!'.format(what)) + print('Hello, {}!'.format(what)) def say_what():