Lines Matching refs:turtles
44 the drawing turtles. Its constructor needs a :class:`Tkinter.Canvas` or a
74 To use multiple turtles an a screen one has to use the object-oriented interface.
204 | :func:`turtles`
1040 position of the turtle as well as drawings of other turtles are not affected.
1503 Delete all drawings and all turtles from the TurtleScreen. Reset the now
1531 resize the canvas the turtles are drawing on. Do not alter the drawing
1573 >>> for t in turtles():
1801 .. function:: turtles()
1803 Return the list of turtles on the screen.
1807 >>> for turtle in screen.turtles():
1924 playground for the turtles.
2190 | clock | analog clock showing time | turtles as clock's |
2230 >>> for turtle in turtles():
2244 >>> turtle.write(str(turtles()))