Python 101 基礎教學(5) - 迴圈for loop、while ... 語法如下: # for [i] in [Iterable]: # do something # 一些範例 # 以下會印出1 2 3 (每一次 ...
確定! 回上一頁