Python's ___ operator evaluates to True whenever both conditional expressions are True.

not

and

either

or

and

Today, we learned how to use ___ conditional statements.

simple

complex

big

multiple

multiple

Python's ___ operator evaluates to True whenever either conditional expression is True.

either

and

or

not

or

___ data entered by a user ensures your program behaves as you expect it to.

Creating

Storing

Removing

Validating

Validating

Use the ___ operator to get the remainder after division.

%

//

/

\

% (modulo)

The > operator is an example of a ___ operator.

comparison

logical

complex

boolean