On May 30, 7:39 pm, Lie <[EMAIL PROTECTED]> wrote:
> An example is python's notion for 'for' loop, which can
> only loop a list[...]

Actually, the for statement steps through any object that provides an
iterator interface. Lists just happen to be one such object type.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to