59. 寫出程式執行結果
a=82
b=15
s=0
fori in range(b):
       s=s+a
print(s%4)
(A)0
(B)1
(C)2
(D)3

答案:登入後查看
統計: A(3), B(1), C(18), D(3), E(0) #3723458