第14926题 单选题
Python turtle绘制指定参数圆的指令正确排序是什么?

需绘制画笔粗细为5、颜色为红色、半径为50的圆,现有以下指令:

① turtle.pencolor("red")
② import turtle
③ turtle.pensize(5)
④ turtle.circle(50)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析