Informatics Practices
The all() and any() functions are used to check if all or any item is non-zero, not-empty or not-False.
Python Data Handling
1 Like
Answer
True
Reason — The all() and any() functions are used to check if all or any item is non-zero, not-empty or not-False.
Answered By
3 Likes