# Python Programming - Lecture 05 列表與數組 ###### tags: `python-programming` ## 5.1 列表 ### 5.1.1 存取列表元素 ### 5.1.2 修改列表內容 ### 5.1.3 列表與 `for` 迴圈 ## 5.2 數組 ## Excersices ### 5.1 ---- [<< Lec 04 - 迴圈](https://hackmd.io/@kaeteyaruyo/python-programming-04) | [目錄](https://hackmd.io/@kaeteyaruyo/python-programming-index) | [Lec 06 - 集合與字典 >>](https://hackmd.io/@kaeteyaruyo/python-programming-06)