From 6b1f87303510dfbc8966bbee7d5b7999ccf96303 Mon Sep 17 00:00:00 2001 From: shivam agarwal <43515429+shivamagarwal1999@users.noreply.github.com> Date: Thu, 3 Oct 2019 13:26:53 +0530 Subject: [PATCH] Update helloworld.py --- helloworld.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index f301245e242..4d490d87b22 100644 --- a/helloworld.py +++ b/helloworld.py @@ -1 +1,2 @@ -print("Hello World!") +n="Hello World!" +print(n)