组卷题库 > 初中信息技术试卷库
试题详情
在使用python中,经常通过索引遍历输出列表元素,根据下面的代码,填写运行结果。
program=["red", "blue", "yellow"]

n=len(program)

for i  in  range(n) :

print(i, program[i])

运行结果为:  

知识点
参考答案
采纳过本试题的试卷
教育网站链接