turtle_forward
Move forward for a certain distance"
turtle_forward(
distance
)
Move forward for a certain distance"
Syntaxe
turtle_forward(distance=10);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
distance | yes | - | Distance |
turtle_forward(
distance
)
Move forward for a certain distance"
turtle_forward(distance=10);
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
distance | yes | - | Distance |