From 7803a43daa4a8c49423632266204e272f4bc74a8 Mon Sep 17 00:00:00 2001 From: Oyindacodes <62991627+damoski2@users.noreply.github.com> Date: Fri, 17 Jun 2022 07:38:41 +0100 Subject: [PATCH] Update simran_hello.py Added optional parameter to the print standard output --- simran_hello.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simran_hello.py b/simran_hello.py index a3ea3c6..a8fa012 100644 --- a/simran_hello.py +++ b/simran_hello.py @@ -1 +1,2 @@ -print("Hello") \ No newline at end of file +#Code for Printing Hello World +print("Hello World!")