mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Note that first coord. is left alone
This commit is contained in:
parent
dd53e114ef
commit
847c43a22d
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ Turtle motion
|
|||
|
||||
:param y: a number (integer or float)
|
||||
|
||||
Set the turtle's second coordinate to *y*, leave second coordinate unchanged.
|
||||
Set the turtle's second coordinate to *y*, leave first coordinate unchanged.
|
||||
|
||||
>>> turtle.position()
|
||||
(0.00, 40.00)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue