當一個東西是Iterable,代表他可以被使用於Python 的for loop裡。 ... 語法如下: # for [i] in [Iterable]: # do something # 一些範例 # 以下會印 ...
確定! 回上一頁