Saved Bookmarks
| 1. |
Write a program that uses input to prompt a user for their name and then welcomes them |
| Answer» NAME = raw_input("ENTER your name: ")PRINT "HELLO",nameExplanation:PYTHON | |