From 15baf3e6e1d6690c7523804dbdf3f2e92688a4b5 Mon Sep 17 00:00:00 2001 From: Sobol100 <36889977+Sobol100@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:18:57 +0200 Subject: [PATCH] Update hello.py --- hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.py b/hello.py index d4fb0b0..2fde78b 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,8 @@ def say_what(): def main(): hello(say_what()) + hello(10) + kdsa(a) return 0