Result Size: 625 x 571
demo_ref_all.py:
x
 
mylist = [True, True, True]
x = all(mylist)
print(x)
C:\Users\My Name>python demo_all.py
True