Q. What does the `any()` function return?
β
Correct Answer: (A)
True if any element is true
Explanation: `any()` returns `True` if at least one element in the iterable is true.