diff --git a/hello.py b/hello.py index aa8a527..c6040ea 100644 --- a/hello.py +++ b/hello.py @@ -1,3 +1,6 @@ print("******************") print("* Hello Világ!!! *") +print("* Hello World!!! *") +print("* Hallo Welt!!! *") +print("*Bonjour le monde!*") print("******************") \ No newline at end of file