Re: why does this unpacking work
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