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)