第16012题 单选题
给定如下Python turtle代码,判断其执行后输出的正确图形是?
import turtle

for i in range(5):
    turtle.penup()
    turtle.goto(i*40,0)
    turtle.pendown()
    turtle.circle(40, steps=4)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析