gpt4 book ai didi

python - 对列表中每个元组的第二个值求和

转载 作者:太空狗 更新时间:2023-10-29 17:22:07 27 4
gpt4 key购买 nike

我有这样的结构:

structure = [('a', 1), ('b', 3), ('c', 2)]

我想使用 sum() 内置方法(在一行中)对整数 (1+3+2) 求和。

有什么想法吗?

最佳答案

sum(n for _, n in structure)

会起作用。

关于python - 对列表中每个元组的第二个值求和,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12218112/

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