Re: Python dress

2017-09-12 Thread Jona Azizaj
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

Creating a simple arithmetic expressions tree

2007-02-01 Thread Jona
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

Re: Using Timing function problem.....

2007-01-25 Thread Jona
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