ex1:

程式碼:

#list _excise

ABC_list=["A","B","C"]

for each_item in ABC_list:

    print(each_item)

結果:

A
B
C

arrow
arrow
    文章標籤
    python list
    全站熱搜

    silentpower 發表在 痞客邦 留言(0) 人氣()