运行以下程序后,画笔的位置坐标是以下哪一个?( )
import turtle
turtle.forward(50)
turtle.left(90)
turtle.right(90)
(50,0)
(50,100)
(0,50)
(100,50)