Python sum() 函数
定义和用法
The sum()
函数返回一个数字,该数字是可迭代对象中所有项的总和。
语法
sum(iterable, start)
参数值
参数 | 描述 |
---|---|
iterable | 必需。要求和的序列 |
start | 可选。添加到返回值的值 |
The sum()
函数返回一个数字,该数字是可迭代对象中所有项的总和。
sum(iterable, start)
参数 | 描述 |
---|---|
iterable | 必需。要求和的序列 |
start | 可选。添加到返回值的值 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]