第27437题 单选题
执行以下Python代码后,字典`user_info`的最终内容是哪一项?

已知初始代码如下:

user_info = {"username": "xiaoming", "email": "xiaoming@example.com"}
# 执行以下操作
user_info["age"] = 22
user_info["email"] = "ming.xiao@example.com"
del user_info["username"]
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析