题库 Python题库 题目列表 下列代码不能画出直径为10的点的是?( )
单选题

下列代码不能画出直径为10的点的是?( )

A.

turtle.pensize(10)

turtle.pendown()

B.

turtle.dot(10)

C.

turtle.begin_fill()

 turtle.circle(5)

 turtle.end_fill()

D.

turtle.begin_fill()

 turtle.circle(10)

 turtle.end_fill()

题目信息
2020年 6月 选择题
66%
正确率
0
评论
66
点击