Saved Bookmarks
| 1. |
How to write our name in Python |
|
Answer» In Python, we can GET user INPUT LIKE this: name = input("Enter your name: ") print("Hello", name + "!") |
|