gpt4 book ai didi

python - 如何添加字典列表中的所有值?

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

有没有一种简单的方法可以在 Python 中获取字典列表中所有水果的总价?

[{'name':'apple','price':10},{'name':'banana','price':5},{'name':'grapes','price':15}]

最佳答案

尝试以下行:

sum(item['price'] for item in list)

关于python - 如何添加字典列表中的所有值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7480572/

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