I'm using the turtle module in Python. Is there a way to save the turle
state at any moment for recursive algorithms to easily return the turtle
to an earlier point for another branch/etc?
Brian Vanderburg II
state at any moment for recursive algorithms to easily return the turtle
to an earlier point for another branch/etc?
Brian Vanderburg II
Comment