第13893题 单选题
在Python中,已知存储小组成员信息的字典dic1,下列新增成员龙小勤(年龄13)的代码正确的是?

第一小组成员姓名和年龄存储在如下字典中:

dic1 = {'张明':12,'李红':12,'王长江':13}

现需要新增成员龙小勤,年龄为13。

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