And/Or elemental-wise for list of bools in python

前端 未结 0 1658
闹比i
闹比i 2021-01-23 20:41

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题