Get your own Python server Result Size: 625 x 565
x
 
mylist = [True, True, True]
x = all(mylist)
print(x)
True