python programming write a program to display your name
Answers
Answered by
1
name = input('Enter your name : ')
print (name)
Answered by
1
Answer:
a=input("what is your name:")
print("a")
Explanation:
just run this program in Python idle
if you understand what I'm saying please mark as brainlist
Similar questions