Q. What is the output of `print(bool(0))`? (A) True (B) False (C) 0 (D) None ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) False Explanation: Zero is considered `False` in a boolean context.