想要统计游客对民族博物馆的评分总和,补全以下代码:
scores = [8, 9, 7, 10] total = 0 for score in scores: total ________
= score
+= score
= total + 1
= scores