From 830c2f57f566a493a03a72fdd009c5701a1848ae Mon Sep 17 00:00:00 2001 From: lamadwukopytna <56190616+lamadwukopytna@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:10:08 +0200 Subject: [PATCH] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d4fb0b0..dc7f8c0 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): hello(say_what()) + print("essa") return 0