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.
# The code below almost works
name = input("Enter your name")
print("Howdy")
Answers
Answered by
1
Answer:
I don't know if you have any questions please ask me
Explanation:
please give me 10 thanks and I will give you double thanks
Similar questions