Write a program that input user name and displays on the screen in python
Solution:
name = input("My Name is: ")
print("!Hello..." + name + "!")
Output:

#Why Python Programming Important
Hope You will learn Something. Happy Coding.
Learn to Serve
name = input("My Name is: ")
print("!Hello..." + name + "!")
#Why Python Programming Important
Hope You will learn Something. Happy Coding.