From 8b60267e7fdb2564067e3c8311a84f68ce568483 Mon Sep 17 00:00:00 2001 From: Tanishbansal2011 <72216510+Tanishbansal2011@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:37:39 +0530 Subject: [PATCH] Update helloworld.py Please don't reject this pull request if you don't want to merge the request , it is totally fine but please don't reject this pull request. --- helloworld.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/helloworld.py b/helloworld.py index 7da6506..a4f2ea7 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1,2 +1,7 @@ -print("Hello World3") -print("헬로우 월드3") \ No newline at end of file +a = int(input('''Choose 1 to write "Hello World" +Choose 2 to write "Hello Sparky" '''))print("Hello World3") + +if a = 1 + print("Hello World") + +print("헬로우 월드3")