第13613题 判断题
判断给定的Python代码能否正确访问列表age中的每一个元素

通过以下代码,可以访问列表age中的每一个元素。

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