131. 下列Python程式,其執行結果為何?
(A)0
(B)15
(C)21
(D)32。
13
array = [1, 2, 3, 4, 5, 6]
x = 0
for a in array:
x += a
print(x)
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料