Vidyalelo
Python · Q36

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 36

Q36

What will be the output of the following Python code snippet? bool(‘False’) bool()

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

Answer: Option D

Solution

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