From 9311c4ce176cb213070ff51ea326f025d89c5313 Mon Sep 17 00:00:00 2001 From: KamilSlusarz <56081360+KamilSlusarz@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:32:57 +0200 Subject: [PATCH] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():