Python Semua contoh

if true and true and true and true: none
if all ([true, true, true, true]): none

if true or true or true or true or true: none
if any ([true, true, true, true, true]): none
True is not False