高普考題庫
114 年 114年公務人員高等考試三級考試暨普通考試・計算機概要
18若執行以下的Python程式碼,則螢幕上的輸出為下列何者?data = [x*y for x in range(4) for y in range(3) if x>y and y%2==0]print(data)