测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A58866. 请确认以下程序中有几处错误?( )input turtle

单选题

题目描述

请确认以下程序中有几处错误?(

input turtle
colors=['blue','red','green','yellow']
t=turtle.Pen()
for i in range(100)
    t.color(colors[i%5])
    w+=2
    t.forward(w)
    t.left(89)

选项(单选)