小海龟正在绘制主题电子小报,需要在画布上绘制一个直径为50的圆(实心或空心),下列哪条指令可以帮助小海龟完成绘制?( )
turtle.dot(100)
turtle.dot(50)
turtle.circle(50)
turtle.circle(100)