当前位置: 初中信息技术 / 填空题
  • 1. (2022·模拟) 在使用python中,经常通过索引遍历输出列表元素,根据下面的代码,填写运行结果。
    program=["red", "blue", "yellow"]

    n=len(program)

    for i  in  range(n) :

    print(i, program[i])

    运行结果为:  

微信扫码预览、分享更方便