Python - Operators and Expression Evaluation
Which logical operator in Python returns
True only if both conditions are true?True only if both conditions are true?and operator returns True only if both conditions are true.or returns True if any condition is true, not reverses a condition, and xor is not a Python keyword.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions