for 迴圈的基本用法Python 的for 是直接接受一個list,來一個一個取出來進行 ... 進行處理 for n in name_words: print(n) # Anna April Arlene Basia ...
確定! 回上一頁