下列代码不能画出直径为10的点的是?( )
turtle.pensize(10) turtle.pendown()
turtle.dot(10)
turtle.begin_fill() turtle.circle(5) turtle.end_fill()
turtle.begin_fill() turtle.circle(10) turtle.end_fill()