已知小海龟的初始位置在坐标原点(0,0),下列哪一指令可以让小海龟走到画布的上方?( )
turtle.goto(300,0)
turtle.goto(0,300)
turtle.goto(0,-300)
turtle.goto(-300,0)