83.執行以下Python程式片段結果?[商技114]
(A)0
(B)1
(C)2
(D)3
x = 1
for i in range(3):
x = (x * 3) % 4
print(x)
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料