turtle.RawTurtle.down

RawTurtle.down()

Pull the pen down – drawing when moving.

Aliases: pendown | pd | down

No argument.

Example (for a Turtle instance named turtle): >>> turtle.pendown()