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