第13938题 单选题
Python turtle绘图代码中横线处应填写的内容是哪一项

下面Python代码执行后输出题目所示图形,横线处应填写的代码是:

import turtle
for d in range(10, ___, 10):
    turtle.left(90)
    turtle.forward(d)

题目所示图形

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