在初始状态下, 执行以下命令后, turtle 的坐标为? ( )
turtle.forward(10)
turtle.left(90)
turtle.forward(20)
(10, 0)
(10, 20)
(10, 30)
(10, -20)