gpt4 book ai didi

python - 无法在 Python 中随机播放列表

转载 作者:太空宇宙 更新时间:2023-11-03 12:18:07 24 4
gpt4 key购买 nike

这是我的 list :

biglist = [ {'title':'U2','link':'u2.com'}, {'title':'beatles','link':'beatles.com'} ]
print random.shuffle(biglist)

那是行不通的!它不返回任何内容。

最佳答案

random.shuffle 打乱列表,它不会返回新列表。所以检查 biglist,而不是 random.shuffle 的结果。

random 模块的文档:http://docs.python.org/library/random.html

关于python - 无法在 Python 中随机播放列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1530161/

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