Vidyalelo
Python · Q27

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 27

Q27

What is the result of `True | False` ?

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board