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