Lines Matching refs:turtles
59 the drawing turtles. Its constructor needs a :class:`tkinter.Canvas` or a
89 To use multiple turtles on a screen one has to use the object-oriented interface.
220 | :func:`turtles`
1050 position of the turtle as well as drawings of other turtles are not affected.
1560 Delete all drawings and all turtles from the TurtleScreen. Reset the now
1588 resize the canvas the turtles are drawing on. Do not alter the drawing
1630 >>> for t in turtles():
1927 .. function:: turtles()
1929 Return the list of turtles on the screen.
1933 >>> for turtle in screen.turtles():
2050 playground for the turtles.
2322 | clock | analog clock showing time | turtles as clock's |
2338 | nim | play the classical nim game | turtles as nimsticks, |
2354 | round_dance | dancing turtles rotating | compound shapes, clone|
2364 | two_canvases | simple design | turtles on two |
2426 >>> for turtle in turtles():
2440 >>> turtle.write(str(turtles()))