On Mon, Sep 15, 2014 at 1:36 AM, Peter Otten <__pete...@web.de> wrote:
> I'd call range() an iterable.

I'd even go so far as to call it a sequence.

>>> from collections import Sequence
>>> issubclass(range, Sequence)
True
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to