Re: [Tutor] Returns an iterator of tuples

2013-11-27 Thread Steven D'Aprano
On Wed, Nov 27, 2013 at 02:15:22AM -0800, Mike Sila wrote: > I know what return, iteration and tuples are.  Can anyone please tell > me what an iterator of tuples is? An iterator is a thing which returns objects one at a time instead of all at once. The easiest way to get one is to pass a seque

[Tutor] Returns an iterator of tuples

2013-11-27 Thread Mike Sila
I know what return, iteration and tuples are.  Can anyone please tell me what an iterator of tuples is? Thanks On Wednesday, November 27, 2013 11:00 AM, "tutor-requ...@python.org" wrote: Welcome to the Tutor@python.org mailing list! This list is for folks who want to ask (and/or answer) qu