Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python turtle tutorial

>>> turtle.position()
(0.00,0.00)
>>> turtle.backward(30)
>>> turtle.position()
(-30.00,0.00)
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #turtle #tutorial
ADD COMMENT
Topic
Name
4+3 =