Q. Which operator is used for logical AND in Python?
β
Correct Answer: (C)
and
Explanation: Python uses the keyword and for logical AND operations.