Q. What will be the output of `bool('False')`?
β
Correct Answer: (B)
True
Explanation: Non-empty strings evaluate to `True`, even if the content is `'False'`.