> >How would one go about doing that? > How do you create a recursive object? > >>> a=[] > >>> a.append(a) > >>> a > [[...]] ...and how would one go about doing that TTW? Chris