turtle.clone()
Create and return a clone of the turtle with same position, heading and turtle properties.
1 2 | >>> mick = Turtle() >>> joe = mick.clone() |
turtle.clone()
Create and return a clone of the turtle with same position, heading and turtle properties.
1 2 | >>> mick = Turtle() >>> joe = mick.clone() |
Designed by : w10schools
service@w10schools.com
Please login to continue.