Re: why does this unpacking work

2006-10-20 Thread Fredrik Lundh
John Salerno wrote: > I understand that t returns a single tuple that contains other tuples. t *is* a single tuple that contains other tuples. > Then 'for x in t' returns the nested tuples themselves. > > But what I don't understand is why you can use 'for x,y in t' when t > really only retur

<    1   2   3