check if boolean array is all true python code example Example: check all elements in list are false python >>> data = [False, False, False] >>> not any(data) True