第16415题 单选题
当使用for循环遍历Python字典的items()方法时,循环变量info2可以获取到什么内容?

已知books是一个Python字典,对应的循环代码为:

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