如果我有一个像这样的清单
x = [2, 4, 7, 12, 3]
我会用什么功能/过程将所有数字加在一起?
除了使用sum()之外还有什么方法吗?
python integer list add
add ×1
integer ×1
list ×1
python ×1