Vidyalelo
Python · Q6

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 6

Q6

What is the result of 'True and False' ?

A.
True
B.
False
Answer
C.
None
D.
Error

Answer: Option B

Solution

Answer: Option B
Solution:
The and operator returns False if any of its operands is False.