Name

 # Python program to write a name on screen


name= input("enter your name : " )

print("hello", name)

Comments