Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python turtle tutorial

>>> turtle.position()
(0.00,40.00)
>>> turtle.sety(-10)
>>> turtle.position()
(0.00,-10.00)
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #python #turtle #tutorial
ADD COMMENT
Topic
Name
9+5 =