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