单选题

下列代码不能画出直径为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()


赣ICP备20007335号-2