gpt4 book ai didi

python - 在不使用 ITERTOOLS 的情况下在 bool 列表的 python 中创建组合/排列

转载 作者:太空狗 更新时间:2023-10-30 00:55:56 25 4
gpt4 key购买 nike

<分区>

l = [True, True , False]

不使用 itertools 模块。

如何在新的 list 中创建 l 的排列

newlist = [[True,True,False],[True,True,True], [False,False,True],[False,False,False]....]

本质上这就是我想要做的:

allorderings = itertools.product ([False, True], repeat = n)

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com