第12509题 单选题
执行dic.update(d)语句后,Python字典dic的值为?

Python字典中update()方法用于更新字典中的键/值。已知字典定义如下:

dic = {"数学":89 ,"语文":78,"英语":96}
d = {"物理":97,"语文":90,"信息技术":91,"地理":78}
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析