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