第17330题 单选题
已知存储学生体质健康数据的字典health,选出能正确访问小红身高和体重值的表达式

已知字典:

health = {'姓名': ['小明', '小红', '小张', '小芳'], '身高': [153, 145, 150, 148], '体重': [55, 38, 43, 40]}
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析