gpt4 book ai didi

python - 洗牌随机整数,打印所有可能性

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:02:33 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How to generate all permutations of a list in Python

假设我有一个范围,0-2。我想打乱这些数字并打印出所有的可能性:

[0, 1, 2]
[0, 2, 1]
[1, 2, 0]
[1, 0, 2]
[2, 0, 1]
[2, 1, 0]

对于 0-N 的任何范围,我如何在 Python 中执行此操作?

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