第14240题 单选题
补充Python turtle绘制目标图形的第3行空白代码

使用 Python 画笔绘制如下图所示的图,第 3 行的代码应该如何补充?( ) 绘制的目标图

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