📜  python turle 中的 ycor 是什么 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:12.723000             🧑  作者: Mango

代码示例1
import turtle #import
example=turtle.Turtle()
example_y = example.ycor
#ycor returns the y position of your turtle object