Q. What is the output of `print(bool([]))`?
β
Correct Answer: (B)
False
Explanation: An empty list evaluates to `False` in a boolean context.