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
Answers
Answered by
2
Answer:
nzt = input('Enter your name: ')
print("Hello",nzt)
Explanation:
now click on checkcode
a box will appear to enter your name
type Sarah with capital S
click ok
your grade will be updated
Similar questions