turtle_goto
Move to absolute position, draw if pen is down
turtle_goto(
x,
y
)
Move to absolute position, draw if pen is down
Syntaxe
turtle_goto(x=100, y=200);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate | |
y | yes | - | Y coordinate |