第16課 - type( ), mutable and Immutable, copy( ) 列表更多應用
第15課 - index( ), append( ), insert( ), remove( ), sort( ) 用於列表的指令
第14課 - forRange with Lists forRange與列表
第13課 - Lists 列表
Python flowchart 目錄
第12課 - Guess the Number 猜數字遊戲
第11課 - Error Hamdling 錯誤發生處理
第10課 - Global Scope and Local Scope 局部變量跟全局變量
第9課 - def and print( ) 定義程式內部的程式名稱
第8課 - import, sys.exit( ), random.randint( ) 啟動模組
第7課 - for Loops and range( ) 範圍指令
第6課 - While Loops, break, and continue 迴圈指令
第5課 - if, elif, and else 條件指令
第4課 - 比較跟布林運算符號
第3課 - 你的第一個程式
第2課 - 表達式,數據類型和變量