63.執行以下Python程式片段,其結果為何?[商技113]
(A) 0
(B) 1
(C)2
(D)3
total = 0
for i in range(1, 11):
if i % 3 == 0:
total += 1
print(total%4)

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