penDown index |
||||
Name | penDown () | |||
Description | Sets the current pen state to PENDOWN. Turtle will draw as it moves around the screen. The turtle's default pen state is PENDOWN. | |||
Syntax | penDown(); |
|||
Parameters |
|
|||
Returns | None | |||
Related | penUp() | |||
Example |
|
|||