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