Python學習筆記(二)

Python學習筆記(二) for循環遍歷列表 #for循環遍歷列表 friends=['lisa','jim','john'] for friend in friends: print(friend.title()) print("I like my friends!") 輸出結果:app range數值列表的使用 #range數值列表的使用 for value in range(1,6
相關文章
相關標籤/搜索