SETY ycor
ycor
Moves the turtle along the Y axis from its current position to a new absolute Y coordinate. The ycor input is the new Y coordinate.
SETX 100 SETY 100 SETX 0 SETY 0