Question: 2.2 Write a program that uses input to prompt a user for their name and then welcomes them. Note that input will pop up a
2.2 Write a program that uses input to prompt a user for their name and then welcomes them. Note that input will pop up a dialog box. Enter Sarah in the pop-up box when you are prompted so your output will match the desired output.
Desired output: Hello Sarah
Programming language: Python
Original sample code:
# The code below almost works name = input('Enter your name:') print ('Hello Sarah')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
