python_ref_all_1.py:
x
 
mylist = [True, True, True]
x = all(mylist)
print(x)