The expression with an AND operator ________ when the expression on its left is false and so it does not evaluate the expression on its right.

The expression with an AND operator ________ when the expression on its left is false and so it does not evaluate the expression on its right. 


Answer: short circuits


Python

Learn More Multiple Choice Question :