sum 函式的引數是這樣的:sum(iterable[, start]),其中iterable為可迭代物件,可以是list、tuple或者dictionary等。 sum函式最後的值= 可迭代物件裡面的數 ...
確定! 回上一頁