You mean sum of numbers in list?? · Total =0 · i = 0 · L = [1,2,3,4] · For i in L: · total += i · Print(Total).
確定! 回上一頁