diff --git a/hello.py b/hello.py index 0dd7584..01d1424 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ def hello(): - print("Hello World") + print("Hello World!!!") if __name__ == "__main__": hello()