Vidyalelo
Python · Q8

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 8

Q8

What is the result of 'True or False' ?

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

Answer: Option A

Solution

Answer: Option A
Solution:
The or operator returns True if at least one of its operands is True.