Display a message in the console when day isn't equal to "Sunday" or "Saturday".
day
"Sunday"
"Saturday"
Make sure to pick else, followed by :, and finally print("We're open from 9:00-21:00.").
else
:
print("We're open from 9:00-21:00.")