第18454题 单选题
以下哪段Python代码可以正确计算小明用字典存储的期末考试成绩总分?

小明使用Python字典存储期末考试成绩,字典定义如下:

d = {'语文': 88, '数学': 92, '英语': '96'}

需要计算所有成绩的总分。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析