turtle.turtles()
Return the list of turtles on the screen.
>>> for turtle in screen.turtles(): ... turtle.color("red")
Please login to continue.
Please login to continue.