Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python turtle documentation

>>> turtle.speed()
3
>>> turtle.speed('normal')
>>> turtle.speed()
6
>>> turtle.speed(9)
>>> turtle.speed()
9
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #turtle #documentation
ADD COMMENT
Topic
Name
5+6 =