Python Python Dict 字典 By George 2018-04-25 2018-05-03 Python Dictionary ( dict 字典) 是 python 的另一種陣列,和其它語 …
Python python List 陣列 By George 2017-12-20 2018-04-25 Python 的 『陣列』有幾種形式: List 這與其它程式的 array 很類似: my_lis …
Python python 質數- for,while,if By George 2017-12-01 2017-12-04 求 2 – 29 的質數 。質數: 除了 1 和本身外,沒有其它數可以整除 利用 for …
Python python 99 乘法表 for / while By George 2017-11-27 2019-10-05 Python multiplication tables – use For Loops …