From 55eea56719b8fe477a2fea207052eb34cf802ccb Mon Sep 17 00:00:00 2001 From: MartaPrzyBorze <72346190+MartaPrzyBorze@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:13:09 +0200 Subject: [PATCH] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) 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():