Q. What is the output of `print(bool(0))`?
β
Correct Answer: (B)
False
Explanation: Zero is considered `False` in a boolean context.
Explanation: Zero is considered `False` in a boolean context.