write python command/instruction/statement to display your name
Answers
Answered by
6
Answer:
the statement is :
n=input("enter your name:")
print(n)
output
enter your name:ayushi
ayushi
Similar questions