From 80ab6da36edb986dfc37166a615c12a756cbb9f6 Mon Sep 17 00:00:00 2001 From: miq87 <49710854+miq87@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:46:14 +0200 Subject: [PATCH] Update hello.py --- hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.py b/hello.py index d4fb0b0..5be27e9 100644 --- a/hello.py +++ b/hello.py @@ -5,6 +5,8 @@ def hello(what): print('Hello, {}!'.format(what)) +def hello2(what)" + print(what) def say_what(): return 'world'