From 2e65542a1707279603d222c1b8c2c2fc29d6a50f Mon Sep 17 00:00:00 2001 From: KamilSlusarz <56081360+KamilSlusarz@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:34:25 +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..4291ce3 100644 --- a/hello.py +++ b/hello.py @@ -2,7 +2,7 @@ import sys -def hello(what): +def hello(whaaat): print('Hello, {}!'.format(what))