Describe the difference between the and and or operators in Boolean logic.
and
or
and returns True only if both sides are True. or returns True if at least one side is True.