Python python 質數- for,while,if By George 2017-12-01 2021-12-15 求 2 – 29 的質數 。質數: 除了 1 和本身外,沒有其它數可以整除利用 for …
Python python 99 乘法表 for / while By George 2017-11-27 2022-04-05 程式碼在 GitHub Python multiplication tables – u …
Python python while, import By George 2017-11-22 2017-11-27 利用一個簡單的猜數字遊戲來學習 Python 中 While 迴圈,IF 判斷式,import 的用 …
Python Python 學習筆記-1 By George 2016-12-27 2017-04-13 輸出 print (“Hello World”) # 顯示 Hello World myVar = …