Computer Science, asked by hjstylesp1, 10 months ago

python programming write a program to display your name​

Answers

Answered by amanjukaku
1

name = input('Enter your name : ')

print (name)

Answered by sharmashobha474
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