题库 python等级考试 题目列表 turtle绘图中设置画笔宽度5像素、绘制的线条颜色为red...
单选题

turtle绘图中设置画笔宽度5像素、绘制的线条颜色为red的命令是?( )

A.

turtle.size(5)

turtle.pencolor("red")

B.

 turtle.size(5)

turtle.color("red")

C.

turtle.pensize(5)

turtle.pencolor("red")

D.

 turtle.penwidth(5)

turtle.color("red")


题目信息
常用标准库的操作 一级知识块 2022年6月 一般
-
正确率
0
评论
34
点击