Using inequality operators, I have to define a procedure weekend which takes a string as its input and returns the boolean True if it\'s \'Saturday
weekend
True
The best way to deal with this, use something like this:
return day.lower() in ['saturday','sunday']