diff --git a/hello.py b/hello.py index f10b915..47ec4f7 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,4 @@ print("******************") -print("******************") -print("* Hello World!!! *") +print("* Hello!!! *") print("******************") print("******************") \ No newline at end of file