gpt4 book ai didi

python - 将双端队列字典减少为单个 bool 值

转载 作者:太空宇宙 更新时间:2023-11-03 16:08:38 25 4
gpt4 key购买 nike

如果 d 中的所有值都为空,我希望 d 的计算结果为 True

from collections import deque

d = {'a': deque([1,2,3]), 'b': deque([1,2,3]), 'c': deque([1,2,3])}

我已经尝试过reduce,但我显然错过了一些重要的东西。

提前致谢!

最佳答案

正如 Peter Wood 善意指出的那样,not any(d.values()) 可以很好地实现这一点。

关于python - 将双端队列字典减少为单个 bool 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39500827/

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