python_ref_any.py:
x
 
mylist = [False, True, False]
x = any(mylist)
print(x)