第16624题 单选题
使用Python turtle库绘制给定的拐角图案,补充第4行代码的正确选项是什么?

使用Python画笔绘制如下图所示的图案,第4行的代码应如何补充? 绘图图案 示例代码

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