0
/ 10
Write a function called school
that takes a string
that represents the day of the week and displays the corresponding message:
- monday:...
Write a function called school
that takes a string
that represents
the day of the week and displays the corresponding message:
You can assume the day will be in all lower-case letters. The message should finish with an end-of-line, unless the string has none of the above days. In that situation, there should be no output.
Your feedback will appear here when you check your answer.