Re: [Tutor] python problem - help!!

2007-09-24 Thread Kent Johnson
Chris wrote: > I need your help! > > > > I have this problem that I can’t seem to figure out. Can you help? The > problem is listed below, and below it is my code that I have so far. This looks like a homework problem. We can help you understand Python but we won't give you the answer. >

Re: [Tutor] python problem - help!!

2007-09-23 Thread Luke Paireepinart
Chris wrote: > > I need your help! > > > > I have this problem that I can’t seem to figure out. Can you help? > The problem is listed below, and below it is my code that I have so far. > What results / errors are you getting, how are they different from the results you want to get? -Luke ___