Q6
What is the result of 'True and False' ?
A.
True
B.
False
AnswerC.
None
D.
Error
Answer: Option B
Solution
Answer: Option B
Solution:
The and operator returns False if any of its operands is False.