Q. What is the output of `bool('False')`?
β
Correct Answer: (B)
True
Explanation: Any non-empty string is considered `True`, including 'False'.