I have two lists of Bools in python:
l1 = [True, False, True] l2 = [False, True, True]
And I wish to do elemental-wise comparison for And/Or for