From f70908975106f30d1fa3aa672300e155ff4db393 Mon Sep 17 00:00:00 2001 From: bhagatanmol64 <56368164+bhagatanmol64@users.noreply.github.com> Date: Thu, 10 Oct 2019 02:13:09 +0530 Subject: [PATCH] Update HelloWorld.py --- HelloWorld.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HelloWorld.py b/HelloWorld.py index 028abfc..4bf40b3 100644 --- a/HelloWorld.py +++ b/HelloWorld.py @@ -5,4 +5,7 @@ @author: prakhar """ -print("Hello World") \ No newline at end of file +print("Hello World") +n=int(input()) + +print("The entered value is ",n)