Write First program in python to print your name


Write a program in python to print your name

name=input("Enter Your Name")
print("Your Name is :", name)

Output:-

Your Name is : Rajesh


Post a Comment

0 Comments