Problem
You are given variables x and y.
a) Write an expression that evaluates to True if both variables are True and that evaluates to False otherwise.
b) Write an expression that evaluates to True if x is False and evaluates to False otherwise.
c) Write an expression that evaluates to True if at least one of the variables is True and evaluates to False otherwise.