diff --git a/hello.py b/hello.py index d4fb0b0..63dcfb3 100644 --- a/hello.py +++ b/hello.py @@ -3,7 +3,7 @@ def hello(what): - print('Hello, {}!'.format(what)) + print('Heeeello, {}!'.format(what)) def say_what():