InterviewSolution
Saved Bookmarks
| 1. |
Write a program in python using interactive mode to display your name |
|
Answer» Explanation: Explanation: print Your NAME is: + input ENTER the name it will TAKE input from the USER and print that input. |
|