From 2fc2bf122e1f9d6d5e70005fcb0cd6ef94586c29 Mon Sep 17 00:00:00 2001 From: Anita <55626100+lewandowskaa@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:48:14 +0200 Subject: [PATCH] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d4fb0b0..e605bd3 100644 --- a/hello.py +++ b/hello.py @@ -4,6 +4,7 @@ def hello(what): print('Hello, {}!'.format(what)) + print('xd') def say_what():