English, asked by aditirusiya, 9 months ago

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.​

Answers

Answered by saikiranshrivatsan
0

Answer:

name=input("Enter your name:")

print("Welcome!",name)

Similar questions