82.執行以下Python程式片段,其輸出為?[商技114]
(A)0
(B)1
(C)2
(D)3
n = 3
s = 0
for i in range (1, n + 1):
s += i * 2
print(s % 4)

答案:登入後查看
統計: 尚無統計資料