Q. What is the output of this code?
Code:
print(bool('False'))
β
Correct Answer: (B)
True
Explanation: Non-empty strings are considered True, regardless of content.