diff --git a/hello.py b/hello.py index 01d1424..95ef98a 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1,5 @@ def hello(): + # Prints out Hello World!!! print("Hello World!!!") if __name__ == "__main__":