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)