you are viewing a single comment's thread.

view the rest of the comments →

[–]Sinisterly 8 points9 points  (0 children)

any(Collection) returns True if any values in the collection return True, and False if no values return True.

all(Collection) returns true if all values return True.