以下哪个选项可以绘制出一个大小为50的圆点?( )(默认前面导入库文件命令为 import turtle)
turtle.dot()
turtle.dot('red',50)
dot(50)
turtle.dot(50,'red')