Q. What is the result of `bool([])`? (A) True (B) False (C) None (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) False Explanation: Empty containers like `[]`, `{}`, `set()` evaluate to `False` in boolean context.