From 55c7e24c9bc479cb7891c241b16f7f1bea572bcd Mon Sep 17 00:00:00 2001 From: petefilip Date: Sat, 27 Nov 2021 21:11:15 +0100 Subject: [PATCH] Kitoroltem egy printline-t a hello world alatti sorbol --- hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.py b/hello.py index f10b915..0b045f7 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ print("******************") print("******************") -print("* Hello World!!! *") +print("* Hello World!!! *") + print("******************") -print("******************") \ No newline at end of file