Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python turtle tutorial

>>> turtle.home()
>>> turtle.dot()
>>> turtle.fd(50); turtle.dot(20, "blue"); turtle.fd(50)
>>> turtle.position()
(100.00,-0.00)
>>> turtle.heading()
0.0
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #turtle #tutorial
ADD COMMENT
Topic
Name
3+1 =