Combination of list comprehension or generator expression and all() function can be powerful mechanism for filtering values in arrays (lists, tuples, sets, dictionaries or strings).
all() function explicitly indicates that we're verifying if a condi...