The expression 'x and y' will return True only if both x and y are .

The logical operator is used to represent 'or'.

The 'not' operator has the precedence.

The operator returns the opposite result in Python.

The order of evaluation for logical operators in Python is not, , or.

The expression 'x or y' will return True if either x or y is .

Logical operators in Python are used to perform operations.