在Python3中创建大小为n的布尔数组的所有可能方式

时间:2019-05-26 19:36:01

标签: python-3.x boolean

我想使用Python 3创建具有给定长度from operator import itemgetter a, b, c = itemgetter(1,3,4)(ir7(41, 7)) 的所有可能布尔值的列表。

n

在我的实际应用中,# suppose n = 2 # the expected output should be output = [[0, 0], [0, 1], [1, 0], [1, 1]] 从未大于10。

A similar post is here but for Java

能否请您告诉我如何在Python 3中进行操作?预先感谢。

1 个答案:

答案 0 :(得分:2)

利用lib.my_content_element { renderObj.mask_content_text.settings.test = 123 } 的好机会:

itertools