diff --git a/Basics/greet.py b/Basics/greet.py index aa0c635..bbb8a0e 100644 --- a/Basics/greet.py +++ b/Basics/greet.py @@ -2,6 +2,6 @@ print("Hello,There") -Uname = input("Please,Enter your sweet Name:") #taking input(user name) from the user +Uname = input("Please,Enter your sweet Name:") #taking input(user name) from the users for printing it later print("It's nice to meet you,"+ Uname) #printing the greeting output