def sum_with_for(min, max). total = 0. # we create the total variable outside of the loop so that we can use it for the sum, we add to it in each iteration.
確定! 回上一頁