6. 執行以下 Python 指令之後,total 的數值多少? ```python group = [1, 2, 3, 4, 5] total = sum(group[2:4]) ```
(A) 7
(B) 9
(C) 6
(D) 5
答案:登入後查看
統計: A(1), B(0), C(0), D(0), E(0) #3909862
統計: A(1), B(0), C(0), D(0), E(0) #3909862