turtle.clone()
Create and return a clone of the turtle with same position, heading and turtle properties.
>>> mick = Turtle() >>> joe = mick.clone()
turtle.clone()
Create and return a clone of the turtle with same position, heading and turtle properties.
>>> mick = Turtle() >>> joe = mick.clone()
Please login to continue.