René's URL Explorer Experiment


Title: 24.5. turtle — Turtle graphics for Tk — Python 2.7.18 documentation

Mail addresses
glingl@aon.at

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/turtle.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/idle.html
previoushttps://docs.python.org/2/library/scrolledtext.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
24. Graphical User Interfaces with Tkhttps://docs.python.org/2/library/tk.html
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
https://docs.python.org/2/library/turtle.html#module-turtle
https://docs.python.org/2/library/turtle.html#introduction
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
Tkinterhttps://docs.python.org/2/library/tkinter.html#module-Tkinter
TurtleScreenhttps://docs.python.org/2/library/turtle.html#turtle.TurtleScreen
ScrolledCanvashttps://docs.python.org/2/library/turtle.html#turtle.ScrolledCanvas
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
Screen()https://docs.python.org/2/library/turtle.html#turtle.Screen
TurtleScreenhttps://docs.python.org/2/library/turtle.html#turtle.TurtleScreen
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
RawTurtlehttps://docs.python.org/2/library/turtle.html#turtle.RawTurtle
RawPenhttps://docs.python.org/2/library/turtle.html#turtle.RawPen
TurtleScreenhttps://docs.python.org/2/library/turtle.html#turtle.TurtleScreen
Turtlehttps://docs.python.org/2/library/turtle.html#turtle.Turtle
Screenhttps://docs.python.org/2/library/turtle.html#turtle.Screen
Screenhttps://docs.python.org/2/library/turtle.html#turtle.Screen
Turtlehttps://docs.python.org/2/library/turtle.html#turtle.Turtle
https://docs.python.org/2/library/turtle.html#overview-over-available-turtle-and-screen-methods
https://docs.python.org/2/library/turtle.html#turtle-methods
forward()https://docs.python.org/2/library/turtle.html#turtle.forward
fd()https://docs.python.org/2/library/turtle.html#turtle.fd
backward()https://docs.python.org/2/library/turtle.html#turtle.backward
bk()https://docs.python.org/2/library/turtle.html#turtle.bk
back()https://docs.python.org/2/library/turtle.html#turtle.back
right()https://docs.python.org/2/library/turtle.html#turtle.right
rt()https://docs.python.org/2/library/turtle.html#turtle.rt
left()https://docs.python.org/2/library/turtle.html#turtle.left
lt()https://docs.python.org/2/library/turtle.html#turtle.lt
goto()https://docs.python.org/2/library/turtle.html#turtle.goto
setpos()https://docs.python.org/2/library/turtle.html#turtle.setpos
setposition()https://docs.python.org/2/library/turtle.html#turtle.setposition
setx()https://docs.python.org/2/library/turtle.html#turtle.setx
sety()https://docs.python.org/2/library/turtle.html#turtle.sety
setheading()https://docs.python.org/2/library/turtle.html#turtle.setheading
seth()https://docs.python.org/2/library/turtle.html#turtle.seth
home()https://docs.python.org/2/library/turtle.html#turtle.home
circle()https://docs.python.org/2/library/turtle.html#turtle.circle
dot()https://docs.python.org/2/library/turtle.html#turtle.dot
stamp()https://docs.python.org/2/library/turtle.html#turtle.stamp
clearstamp()https://docs.python.org/2/library/turtle.html#turtle.clearstamp
clearstamps()https://docs.python.org/2/library/turtle.html#turtle.clearstamps
undo()https://docs.python.org/2/library/turtle.html#turtle.undo
speed()https://docs.python.org/2/library/turtle.html#turtle.speed
position()https://docs.python.org/2/library/turtle.html#turtle.position
pos()https://docs.python.org/2/library/turtle.html#turtle.pos
towards()https://docs.python.org/2/library/turtle.html#turtle.towards
xcor()https://docs.python.org/2/library/turtle.html#turtle.xcor
ycor()https://docs.python.org/2/library/turtle.html#turtle.ycor
heading()https://docs.python.org/2/library/turtle.html#turtle.heading
distance()https://docs.python.org/2/library/turtle.html#turtle.distance
degrees()https://docs.python.org/2/library/turtle.html#turtle.degrees
radians()https://docs.python.org/2/library/turtle.html#turtle.radians
pendown()https://docs.python.org/2/library/turtle.html#turtle.pendown
pd()https://docs.python.org/2/library/turtle.html#turtle.pd
down()https://docs.python.org/2/library/turtle.html#turtle.down
penup()https://docs.python.org/2/library/turtle.html#turtle.penup
pu()https://docs.python.org/2/library/turtle.html#turtle.pu
up()https://docs.python.org/2/library/turtle.html#turtle.up
pensize()https://docs.python.org/2/library/turtle.html#turtle.pensize
width()https://docs.python.org/2/library/turtle.html#turtle.width
pen()https://docs.python.org/2/library/turtle.html#turtle.pen
isdown()https://docs.python.org/2/library/turtle.html#turtle.isdown
color()https://docs.python.org/2/library/turtle.html#turtle.color
pencolor()https://docs.python.org/2/library/turtle.html#turtle.pencolor
fillcolor()https://docs.python.org/2/library/turtle.html#turtle.fillcolor
fill()https://docs.python.org/2/library/turtle.html#turtle.fill
begin_fill()https://docs.python.org/2/library/turtle.html#turtle.begin_fill
end_fill()https://docs.python.org/2/library/turtle.html#turtle.end_fill
reset()https://docs.python.org/2/library/turtle.html#turtle.reset
clear()https://docs.python.org/2/library/turtle.html#turtle.clear
write()https://docs.python.org/2/library/turtle.html#turtle.write
showturtle()https://docs.python.org/2/library/turtle.html#turtle.showturtle
st()https://docs.python.org/2/library/turtle.html#turtle.st
hideturtle()https://docs.python.org/2/library/turtle.html#turtle.hideturtle
ht()https://docs.python.org/2/library/turtle.html#turtle.ht
isvisible()https://docs.python.org/2/library/turtle.html#turtle.isvisible
shape()https://docs.python.org/2/library/turtle.html#turtle.shape
resizemode()https://docs.python.org/2/library/turtle.html#turtle.resizemode
shapesize()https://docs.python.org/2/library/turtle.html#turtle.shapesize
turtlesize()https://docs.python.org/2/library/turtle.html#turtle.turtlesize
settiltangle()https://docs.python.org/2/library/turtle.html#turtle.settiltangle
tiltangle()https://docs.python.org/2/library/turtle.html#turtle.tiltangle
tilt()https://docs.python.org/2/library/turtle.html#turtle.tilt
onclick()https://docs.python.org/2/library/turtle.html#turtle.onclick
onrelease()https://docs.python.org/2/library/turtle.html#turtle.onrelease
ondrag()https://docs.python.org/2/library/turtle.html#turtle.ondrag
mainloop()https://docs.python.org/2/library/turtle.html#turtle.mainloop
done()https://docs.python.org/2/library/turtle.html#turtle.done
begin_poly()https://docs.python.org/2/library/turtle.html#turtle.begin_poly
end_poly()https://docs.python.org/2/library/turtle.html#turtle.end_poly
get_poly()https://docs.python.org/2/library/turtle.html#turtle.get_poly
clone()https://docs.python.org/2/library/turtle.html#turtle.clone
getturtle()https://docs.python.org/2/library/turtle.html#turtle.getturtle
getpen()https://docs.python.org/2/library/turtle.html#turtle.getpen
getscreen()https://docs.python.org/2/library/turtle.html#turtle.getscreen
setundobuffer()https://docs.python.org/2/library/turtle.html#turtle.setundobuffer
undobufferentries()https://docs.python.org/2/library/turtle.html#turtle.undobufferentries
tracer()https://docs.python.org/2/library/turtle.html#turtle.tracer
window_width()https://docs.python.org/2/library/turtle.html#turtle.window_width
window_height()https://docs.python.org/2/library/turtle.html#turtle.window_height
https://docs.python.org/2/library/turtle.html#methods-of-turtlescreen-screen
bgcolor()https://docs.python.org/2/library/turtle.html#turtle.bgcolor
bgpic()https://docs.python.org/2/library/turtle.html#turtle.bgpic
clear()https://docs.python.org/2/library/turtle.html#turtle.clear
clearscreen()https://docs.python.org/2/library/turtle.html#turtle.clearscreen
reset()https://docs.python.org/2/library/turtle.html#turtle.reset
resetscreen()https://docs.python.org/2/library/turtle.html#turtle.resetscreen
screensize()https://docs.python.org/2/library/turtle.html#turtle.screensize
setworldcoordinates()https://docs.python.org/2/library/turtle.html#turtle.setworldcoordinates
delay()https://docs.python.org/2/library/turtle.html#turtle.delay
tracer()https://docs.python.org/2/library/turtle.html#turtle.tracer
update()https://docs.python.org/2/library/turtle.html#turtle.update
listen()https://docs.python.org/2/library/turtle.html#turtle.listen
onkey()https://docs.python.org/2/library/turtle.html#turtle.onkey
onclick()https://docs.python.org/2/library/turtle.html#turtle.onclick
onscreenclick()https://docs.python.org/2/library/turtle.html#turtle.onscreenclick
ontimer()https://docs.python.org/2/library/turtle.html#turtle.ontimer
mode()https://docs.python.org/2/library/turtle.html#turtle.mode
colormode()https://docs.python.org/2/library/turtle.html#turtle.colormode
getcanvas()https://docs.python.org/2/library/turtle.html#turtle.getcanvas
getshapes()https://docs.python.org/2/library/turtle.html#turtle.getshapes
register_shape()https://docs.python.org/2/library/turtle.html#turtle.register_shape
addshape()https://docs.python.org/2/library/turtle.html#turtle.addshape
turtles()https://docs.python.org/2/library/turtle.html#turtle.turtles
window_height()https://docs.python.org/2/library/turtle.html#turtle.window_height
window_width()https://docs.python.org/2/library/turtle.html#turtle.window_width
bye()https://docs.python.org/2/library/turtle.html#turtle.bye
exitonclick()https://docs.python.org/2/library/turtle.html#turtle.exitonclick
setup()https://docs.python.org/2/library/turtle.html#turtle.setup
title()https://docs.python.org/2/library/turtle.html#turtle.title
https://docs.python.org/2/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions
https://docs.python.org/2/library/turtle.html#turtle-motion
https://docs.python.org/2/library/turtle.html#turtle.forward
https://docs.python.org/2/library/turtle.html#turtle.fd
https://docs.python.org/2/library/turtle.html#turtle.back
https://docs.python.org/2/library/turtle.html#turtle.bk
https://docs.python.org/2/library/turtle.html#turtle.backward
https://docs.python.org/2/library/turtle.html#turtle.right
https://docs.python.org/2/library/turtle.html#turtle.rt
degrees()https://docs.python.org/2/library/turtle.html#turtle.degrees
radians()https://docs.python.org/2/library/turtle.html#turtle.radians
mode()https://docs.python.org/2/library/turtle.html#turtle.mode
https://docs.python.org/2/library/turtle.html#turtle.left
https://docs.python.org/2/library/turtle.html#turtle.lt
degrees()https://docs.python.org/2/library/turtle.html#turtle.degrees
radians()https://docs.python.org/2/library/turtle.html#turtle.radians
mode()https://docs.python.org/2/library/turtle.html#turtle.mode
https://docs.python.org/2/library/turtle.html#turtle.goto
https://docs.python.org/2/library/turtle.html#turtle.setpos
https://docs.python.org/2/library/turtle.html#turtle.setposition
Vec2Dhttps://docs.python.org/2/library/turtle.html#turtle.Vec2D
pos()https://docs.python.org/2/library/turtle.html#turtle.pos
https://docs.python.org/2/library/turtle.html#turtle.setx
https://docs.python.org/2/library/turtle.html#turtle.sety
https://docs.python.org/2/library/turtle.html#turtle.setheading
https://docs.python.org/2/library/turtle.html#turtle.seth
https://docs.python.org/2/library/turtle.html#turtle.home
mode()https://docs.python.org/2/library/turtle.html#turtle.mode
https://docs.python.org/2/library/turtle.html#turtle.circle
https://docs.python.org/2/library/turtle.html#turtle.dot
https://docs.python.org/2/library/turtle.html#turtle.stamp
https://docs.python.org/2/library/turtle.html#turtle.clearstamp
stamp()https://docs.python.org/2/library/turtle.html#turtle.stamp
https://docs.python.org/2/library/turtle.html#turtle.clearstamps
https://docs.python.org/2/library/turtle.html#turtle.undo
https://docs.python.org/2/library/turtle.html#turtle.speed
https://docs.python.org/2/library/turtle.html#tell-turtle-s-state
https://docs.python.org/2/library/turtle.html#turtle.position
https://docs.python.org/2/library/turtle.html#turtle.pos
Vec2Dhttps://docs.python.org/2/library/turtle.html#turtle.Vec2D
https://docs.python.org/2/library/turtle.html#turtle.towards
https://docs.python.org/2/library/turtle.html#turtle.xcor
https://docs.python.org/2/library/turtle.html#turtle.ycor
https://docs.python.org/2/library/turtle.html#turtle.heading
mode()https://docs.python.org/2/library/turtle.html#turtle.mode
https://docs.python.org/2/library/turtle.html#turtle.distance
https://docs.python.org/2/library/turtle.html#settings-for-measurement
https://docs.python.org/2/library/turtle.html#turtle.degrees
https://docs.python.org/2/library/turtle.html#turtle.radians
https://docs.python.org/2/library/turtle.html#pen-control
https://docs.python.org/2/library/turtle.html#drawing-state
https://docs.python.org/2/library/turtle.html#turtle.pendown
https://docs.python.org/2/library/turtle.html#turtle.pd
https://docs.python.org/2/library/turtle.html#turtle.down
https://docs.python.org/2/library/turtle.html#turtle.penup
https://docs.python.org/2/library/turtle.html#turtle.pu
https://docs.python.org/2/library/turtle.html#turtle.up
https://docs.python.org/2/library/turtle.html#turtle.pensize
https://docs.python.org/2/library/turtle.html#turtle.width
https://docs.python.org/2/library/turtle.html#turtle.pen
pen()https://docs.python.org/2/library/turtle.html#turtle.pen
https://docs.python.org/2/library/turtle.html#turtle.isdown
https://docs.python.org/2/library/turtle.html#color-control
https://docs.python.org/2/library/turtle.html#turtle.pencolor
colormode()https://docs.python.org/2/library/turtle.html#turtle.colormode
https://docs.python.org/2/library/turtle.html#turtle.fillcolor
colormode()https://docs.python.org/2/library/turtle.html#turtle.colormode
https://docs.python.org/2/library/turtle.html#turtle.color
pencolor()https://docs.python.org/2/library/turtle.html#turtle.pencolor
fillcolor()https://docs.python.org/2/library/turtle.html#turtle.fillcolor
pencolor()https://docs.python.org/2/library/turtle.html#turtle.pencolor
colormode()https://docs.python.org/2/library/turtle.html#turtle.colormode
https://docs.python.org/2/library/turtle.html#filling
https://docs.python.org/2/library/turtle.html#turtle.fill
https://docs.python.org/2/library/turtle.html#turtle.begin_fill
https://docs.python.org/2/library/turtle.html#turtle.end_fill
begin_fill()https://docs.python.org/2/library/turtle.html#turtle.begin_fill
https://docs.python.org/2/library/turtle.html#more-drawing-control
https://docs.python.org/2/library/turtle.html#turtle.reset
https://docs.python.org/2/library/turtle.html#turtle.clear
https://docs.python.org/2/library/turtle.html#turtle.write
https://docs.python.org/2/library/turtle.html#turtle-state
https://docs.python.org/2/library/turtle.html#visibility
https://docs.python.org/2/library/turtle.html#turtle.hideturtle
https://docs.python.org/2/library/turtle.html#turtle.ht
https://docs.python.org/2/library/turtle.html#turtle.showturtle
https://docs.python.org/2/library/turtle.html#turtle.st
https://docs.python.org/2/library/turtle.html#turtle.isvisible
https://docs.python.org/2/library/turtle.html#appearance
https://docs.python.org/2/library/turtle.html#turtle.shape
register_shape()https://docs.python.org/2/library/turtle.html#turtle.register_shape
https://docs.python.org/2/library/turtle.html#turtle.resizemode
shapesize()https://docs.python.org/2/library/turtle.html#turtle.shapesize
shapesize()https://docs.python.org/2/library/turtle.html#turtle.shapesize
https://docs.python.org/2/library/turtle.html#turtle.shapesize
https://docs.python.org/2/library/turtle.html#turtle.turtlesize
https://docs.python.org/2/library/turtle.html#turtle.tilt
https://docs.python.org/2/library/turtle.html#turtle.settiltangle
https://docs.python.org/2/library/turtle.html#turtle.tiltangle
https://docs.python.org/2/library/turtle.html#using-events
https://docs.python.org/2/library/turtle.html#turtle.onclick
https://docs.python.org/2/library/turtle.html#turtle.onrelease
https://docs.python.org/2/library/turtle.html#turtle.ondrag
https://docs.python.org/2/library/turtle.html#turtle.mainloop
https://docs.python.org/2/library/turtle.html#turtle.done
https://docs.python.org/2/library/turtle.html#special-turtle-methods
https://docs.python.org/2/library/turtle.html#turtle.begin_poly
https://docs.python.org/2/library/turtle.html#turtle.end_poly
https://docs.python.org/2/library/turtle.html#turtle.get_poly
https://docs.python.org/2/library/turtle.html#turtle.clone
https://docs.python.org/2/library/turtle.html#turtle.getturtle
https://docs.python.org/2/library/turtle.html#turtle.getpen
https://docs.python.org/2/library/turtle.html#turtle.getscreen
TurtleScreenhttps://docs.python.org/2/library/turtle.html#turtle.TurtleScreen
https://docs.python.org/2/library/turtle.html#turtle.setundobuffer
undo()https://docs.python.org/2/library/turtle.html#turtle.undo
https://docs.python.org/2/library/turtle.html#turtle.undobufferentries
https://docs.python.org/2/library/turtle.html#turtle.tracer
https://docs.python.org/2/library/turtle.html#turtle.window_width
https://docs.python.org/2/library/turtle.html#turtle.window_height
https://docs.python.org/2/library/turtle.html#excursus-about-the-use-of-compound-shapes
Shapehttps://docs.python.org/2/library/turtle.html#turtle.Shape
Shapehttps://docs.python.org/2/library/turtle.html#turtle.Shape
register_shape()https://docs.python.org/2/library/turtle.html#turtle.register_shape
https://docs.python.org/2/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions
https://docs.python.org/2/library/turtle.html#window-control
https://docs.python.org/2/library/turtle.html#turtle.bgcolor
https://docs.python.org/2/library/turtle.html#turtle.bgpic
https://docs.python.org/2/library/turtle.html#turtle.clearscreen
https://docs.python.org/2/library/turtle.html#turtle.resetscreen
https://docs.python.org/2/library/turtle.html#turtle.screensize
https://docs.python.org/2/library/turtle.html#turtle.setworldcoordinates
https://docs.python.org/2/library/turtle.html#animation-control
https://docs.python.org/2/library/turtle.html#turtle.delay
delay()https://docs.python.org/2/library/turtle.html#turtle.delay
https://docs.python.org/2/library/turtle.html#turtle.update
speed()https://docs.python.org/2/library/turtle.html#turtle.speed
https://docs.python.org/2/library/turtle.html#using-screen-events
https://docs.python.org/2/library/turtle.html#turtle.listen
listen()https://docs.python.org/2/library/turtle.html#turtle.listen
https://docs.python.org/2/library/turtle.html#turtle.onkey
listen()https://docs.python.org/2/library/turtle.html#turtle.listen
https://docs.python.org/2/library/turtle.html#turtle.onscreenclick
https://docs.python.org/2/library/turtle.html#turtle.ontimer
https://docs.python.org/2/library/turtle.html#settings-and-special-methods
https://docs.python.org/2/library/turtle.html#turtle.mode
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
https://docs.python.org/2/library/turtle.html#turtle.colormode
https://docs.python.org/2/library/turtle.html#turtle.getcanvas
https://docs.python.org/2/library/turtle.html#turtle.getshapes
https://docs.python.org/2/library/turtle.html#turtle.register_shape
https://docs.python.org/2/library/turtle.html#turtle.addshape
Shapehttps://docs.python.org/2/library/turtle.html#turtle.Shape
https://docs.python.org/2/library/turtle.html#turtle.turtles
https://docs.python.org/2/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen
https://docs.python.org/2/library/turtle.html#turtle.bye
https://docs.python.org/2/library/turtle.html#turtle.exitonclick
https://docs.python.org/2/library/turtle.html#turtle.setup
https://docs.python.org/2/library/turtle.html#turtle.title
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
https://docs.python.org/2/library/turtle.html#the-public-classes-of-the-module-turtle
https://docs.python.org/2/library/turtle.html#turtle.RawTurtle
https://docs.python.org/2/library/turtle.html#turtle.RawPen
ScrolledCanvashttps://docs.python.org/2/library/turtle.html#turtle.ScrolledCanvas
TurtleScreenhttps://docs.python.org/2/library/turtle.html#turtle.TurtleScreen
https://docs.python.org/2/library/turtle.html#turtle.Turtle
Screenhttps://docs.python.org/2/library/turtle.html#turtle.Screen
https://docs.python.org/2/library/turtle.html#turtle.TurtleScreen
https://docs.python.org/2/library/turtle.html#turtle.Screen
four methods addedhttps://docs.python.org/2/library/turtle.html#screenspecific
https://docs.python.org/2/library/turtle.html#turtle.ScrolledCanvas
https://docs.python.org/2/library/turtle.html#turtle.Shape
addcomponent()https://docs.python.org/2/library/turtle.html#turtle.Shape.addcomponent
https://docs.python.org/2/library/turtle.html#turtle.Shape.addcomponent
Excursus about the use of compound shapeshttps://docs.python.org/2/library/turtle.html#compoundshapes
https://docs.python.org/2/library/turtle.html#turtle.Vec2D
https://docs.python.org/2/library/turtle.html#help-and-configuration
https://docs.python.org/2/library/turtle.html#how-to-use-help
help()https://docs.python.org/2/library/functions.html#help
https://docs.python.org/2/library/turtle.html#translation-of-docstrings-into-different-languages
https://docs.python.org/2/library/turtle.html#turtle.write_docstringdict
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
https://docs.python.org/2/library/turtle.html#how-to-configure-screen-and-turtles
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
exitonclick()https://docs.python.org/2/library/turtle.html#turtle.exitonclick
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
https://docs.python.org/2/library/turtle.html#demo-scripts
turtlehttps://docs.python.org/2/library/turtle.html#module-turtle
tracer()https://docs.python.org/2/library/turtle.html#turtle.tracer
update()https://docs.python.org/2/library/turtle.html#turtle.update
ondrag()https://docs.python.org/2/library/turtle.html#turtle.ondrag
onclick()https://docs.python.org/2/library/turtle.html#turtle.onclick
stamp()https://docs.python.org/2/library/turtle.html#turtle.stamp
Vec2Dhttps://docs.python.org/2/library/turtle.html#turtle.Vec2D
clone()https://docs.python.org/2/library/turtle.html#turtle.clone
clone()https://docs.python.org/2/library/turtle.html#turtle.clone
undo()https://docs.python.org/2/library/turtle.html#turtle.undo
circle()https://docs.python.org/2/library/turtle.html#turtle.circle
Table of Contentshttps://docs.python.org/2/contents.html
24.5. turtle — Turtle graphics for Tkhttps://docs.python.org/2/library/turtle.html
24.5.1. Introductionhttps://docs.python.org/2/library/turtle.html#introduction
24.5.2. Overview over available Turtle and Screen methodshttps://docs.python.org/2/library/turtle.html#overview-over-available-turtle-and-screen-methods
24.5.2.1. Turtle methodshttps://docs.python.org/2/library/turtle.html#turtle-methods
24.5.2.2. Methods of TurtleScreen/Screenhttps://docs.python.org/2/library/turtle.html#methods-of-turtlescreen-screen
24.5.3. Methods of RawTurtle/Turtle and corresponding functionshttps://docs.python.org/2/library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions
24.5.3.1. Turtle motionhttps://docs.python.org/2/library/turtle.html#turtle-motion
24.5.3.2. Tell Turtle’s statehttps://docs.python.org/2/library/turtle.html#tell-turtle-s-state
24.5.3.3. Settings for measurementhttps://docs.python.org/2/library/turtle.html#settings-for-measurement
24.5.3.4. Pen controlhttps://docs.python.org/2/library/turtle.html#pen-control
24.5.3.4.1. Drawing statehttps://docs.python.org/2/library/turtle.html#drawing-state
24.5.3.4.2. Color controlhttps://docs.python.org/2/library/turtle.html#color-control
24.5.3.4.3. Fillinghttps://docs.python.org/2/library/turtle.html#filling
24.5.3.4.4. More drawing controlhttps://docs.python.org/2/library/turtle.html#more-drawing-control
24.5.3.5. Turtle statehttps://docs.python.org/2/library/turtle.html#turtle-state
24.5.3.5.1. Visibilityhttps://docs.python.org/2/library/turtle.html#visibility
24.5.3.5.2. Appearancehttps://docs.python.org/2/library/turtle.html#appearance
24.5.3.6. Using eventshttps://docs.python.org/2/library/turtle.html#using-events
24.5.3.7. Special Turtle methodshttps://docs.python.org/2/library/turtle.html#special-turtle-methods
24.5.3.8. Excursus about the use of compound shapeshttps://docs.python.org/2/library/turtle.html#excursus-about-the-use-of-compound-shapes
24.5.4. Methods of TurtleScreen/Screen and corresponding functionshttps://docs.python.org/2/library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions
24.5.4.1. Window controlhttps://docs.python.org/2/library/turtle.html#window-control
24.5.4.2. Animation controlhttps://docs.python.org/2/library/turtle.html#animation-control
24.5.4.3. Using screen eventshttps://docs.python.org/2/library/turtle.html#using-screen-events
24.5.4.4. Settings and special methodshttps://docs.python.org/2/library/turtle.html#settings-and-special-methods
24.5.4.5. Methods specific to Screen, not inherited from TurtleScreenhttps://docs.python.org/2/library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen
24.5.5. The public classes of the module turtlehttps://docs.python.org/2/library/turtle.html#the-public-classes-of-the-module-turtle
24.5.6. Help and configurationhttps://docs.python.org/2/library/turtle.html#help-and-configuration
24.5.6.1. How to use helphttps://docs.python.org/2/library/turtle.html#how-to-use-help
24.5.6.2. Translation of docstrings into different languageshttps://docs.python.org/2/library/turtle.html#translation-of-docstrings-into-different-languages
24.5.6.3. How to configure Screen and Turtleshttps://docs.python.org/2/library/turtle.html#how-to-configure-screen-and-turtles
24.5.7. Demo scriptshttps://docs.python.org/2/library/turtle.html#demo-scripts
24.4. ScrolledText — Scrolled Text Widgethttps://docs.python.org/2/library/scrolledtext.html
24.6. IDLEhttps://docs.python.org/2/library/idle.html
Show Sourcehttps://docs.python.org/2/_sources/library/turtle.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/idle.html
previoushttps://docs.python.org/2/library/scrolledtext.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
24. Graphical User Interfaces with Tkhttps://docs.python.org/2/library/tk.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.