I want to sum a 2 dimensional array in python: Here is what I have: def sum1(input): sum = 0 for row in range (len(input)-1): for col in ...
確定! 回上一頁