Q36
What will be the output of the following Python code snippet? bool(‘False’) bool()
A.
True
True
True
B.
False
True
True
C.
False
False
False
D.
True
False
AnswerFalse
Answer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board