Python 中的while loop · 判斷Loop 條件「num <= 100」。此時num 為3,故條件成立。 · 執行Loop 程式碼「sum += num」,相當於「sum = sum + num」,此時sum ...
確定! 回上一頁