Brian Vanderburg II -- http://mail.python.org/mailman/listinfo/python-list
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?
- Save turtle state? Allen
- Re: Save turtle state? Peter Otten