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