Display a message in the console when topping isn't equal to "pineapple" or "pepperoni".
topping
"pineapple"
"pepperoni"
Make sure to pick else, followed by :, and finally print("Could not process request.").
else
:
print("Could not process request.")