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 2021-12-15 求 2 – 29 的質數 。質數: 除了 1 和本身外,沒有其它數可以整除利用 for …