Question: 7. In Python, name = input ('What is your name? ') shows the What is your name? prompt, then sets name to the string of

7. In Python, name = input ('What is your name? ') shows the "What is your name?" prompt, then sets name to the string of characters typed by the user. Write a function that asks the user for his or her name and displays "Hello, >. Welcome to Python!" Give your function a reasonable name and provide a docstring
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
