It looks very nice, thanks for sharing :)
On 09/12/2017 06:16 PM, Larry Martell wrote:
> Not too many females here, but anyway:
>
> https://u434.ct.sendgrid.net/wf/click?upn=PEGtk34F2vzY-2FdDEgdADyR5WgaJXp3kK7yjjfCP4LBGKF2bSjvTFWCFYRlwVAQZ5HEeMdCPRw1tUKRf8HLGvHzOQQS1VCWAz-2FXnHFw36zPHseeHhMMP
So I'm not sure how to write a code that could create a tree placing
data at every node... and then retrieve that information as I go by a
node...
here is what I have
==CODE===
from itertools import izip
class Node:
def __init__(self, left, right):
self.left = left
Thanks so much! that did it!
you can tell I'm new with python.. lol...
thanks again..
Jonathan
--
http://mail.python.org/mailman/listinfo/python-list