PyLogo


Turtle


Methods

f __init__(self) ...

f turtle(self) ...

f forward(self, v) ...

f backward(self, v) ...

f left(self, v) ...

f right(self, v) ...

f penup(self) ...

f pendown(self) ...

f penwidth(self, v) ...

f pencolor(self, *args) ...

f hideturtle(self) ...

f showturtle(self) ...

f turtlewrite(self, text, move=False) ...

f startfill(self) ...

f endfill(self) ...

f setxy(self, x, y) ...

f setx(self, x) ...

f sety(self, y) ...

f posx(self) ...

f posy(self) ...

f heading(self) ...

f setheading(self, v) ...

f home(self) ...

f clear(self) ...

f distance(self, other, orig=None) ...

f clone(self, interp) ...

See the source for more information.