The logical operators in Python are also written out as words: or, and, and not.
or
and
not
Fill in the placeholders so that the actual outputs match the expected outputs.