python 中求多个数字的和,可以使用sum()函数。sum()函数的语法为sum(iterable[, start]),其中,iterable – 可迭代对象,如:列表(list)、元组(tuple) ...
確定! 回上一頁