Re: Passing data between objects and calling all objects of a class in turn

2010-08-24 Thread MRAB
On 25/08/2010 03:49, ghoetker wrote: I'm a fairly new Python coder, learning along with my son (actually, hopefully a bit ahead of him...). We're stuck on something. As part of solving a backwards induction problem (purely as a learning experience, we are geeks), we are going to create N objects

Passing data between objects and calling all objects of a class in turn

2010-08-24 Thread ghoetker
I'm a fairly new Python coder, learning along with my son (actually, hopefully a bit ahead of him...). We're stuck on something. As part of solving a backwards induction problem (purely as a learning experience, we are geeks), we are going to create N objects, each of the class "interview". We wi