Anton
0
Q:

check all elements in list are false python

>>> data = [False, False, False]
>>> not any(data)
True
1

New to Communities?

Join the community