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