6. 執行以下 Python 指令之後,total 的數值多少? ```python group = [1, 2, 3, 4, 5] total = sum(group[2:4]) ```(A) 7(B) 9(C) 6(D) 5