From b11b742c95d7d57503ed1b4b78a569c2fb6191ed Mon Sep 17 00:00:00 2001 From: Scholette <48633352+Scholette@users.noreply.github.com> Date: Fri, 4 Dec 2020 17:24:54 +0100 Subject: [PATCH] Update hello.py --- hello.py | 3 +++ 1 file changed, 3 insertions(+) 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