From a37ffefdb16b6023ef39487c175a6dbcceacbf06 Mon Sep 17 00:00:00 2001 From: tanujCoder <56040350+tanujCoder@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:37:38 +0530 Subject: [PATCH] Update hello_user.py --- practice/hello_user.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/practice/hello_user.py b/practice/hello_user.py index cd19b09..ded1535 100644 --- a/practice/hello_user.py +++ b/practice/hello_user.py @@ -1,2 +1,3 @@ +# Simple input output program a=input("Please enter your name:") -print("hello",a) \ No newline at end of file +print("hello",a)