On Mon, 19 Nov 2007 16:06:36 -0500, Sells, Fred wrote:
>> >>> a, b = [], []
>> >>> a.append(b)
>> >>> b.append(a)
> did you perhaps mean a.append('b'); b.append('a'); otherwise this seems
> pretty advanced for a newbieIf you had bothered to read the rest of the post, you'd see that he meant exactly what he did, and yes it is pretty advanced for a newbie. -- Steven who is cranky because of the heat, and believes in sharing the aggro -- http://mail.python.org/mailman/listinfo/python-list
