Basically, map(sum, input) will return a list with the sums across all your rows, then, the outer most sum will add up that list. Example: >>> a ...
確定! 回上一頁