Run »
mylist = [True, True, True] x = all(mylist) print(x)
True