高普考題庫
109 年 109年公務人員高等考試三級考試暨普通考試・計算機概要
24若執行以下的Python程式碼,則螢幕上輸出的數字依序為何?for a in range(3, 9):for b in range(2, a):if a % b == 0:print(b)