• 計算思維
  • keywords: if, for,while,break, continue, do..while
  • range(1, 6) 會產生 1, 2, 3, 4, 5 的序列。
  • Python 中的 do...while 迴圈 | D棧 - Delft Stack https://share.google/29km01vqpQbLNUpBJ
  • https://steam.oxxostudio.tw/category/python/basic/if.html
  • https://steam.oxxostudio.tw/category/python/basic/loop.html
  • https://sites.google.com/view/ctwcourse/程式設計/its題庫python