for loop. 同樣從數字1 加到數字10 的範例可以寫為: total = 0 for i in range(11): total = total + i print(total) print(''). range ( N ) 這個 ...
確定! 回上一頁