📌  相关文章
📜  如何将列表中的所有内容相加 python 代码示例

📅  最后修改于: 2022-03-11 14:45:34.405000             🧑  作者: Mango

代码示例2
>>> list = [1, 2, 3]
>>> sum(list)
6