diff --git a/hello.py b/hello.py index ca45bdc..c5422f1 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): print("Hello World") + prinSSSt("Hello World") hello(say_what()) return 0