Well done!

You have completed Manners!

Quiz Question 1 of 2

Considering the following code:

request = input("What would you like?  ")
while "please" not in request:
    request = input("You seem to be missing a magic word.  What would you like?  ")
print("Here you go!")

What would the output look like if the user inputted "milk please" to the first prompt?

Choose the correct answer below:

Skip Quiz Review Video