Range() limit

Terry Reedy tjreedy at udel.edu
Sat Feb 22 20:44:17 EST 2003


"Marc" <losnations at comcast.net> wrote in message
news:dIKdnYy3YY83t8qjXTWcpg at comcast.com...
> And you know, I really had no idea that range() built a list like
that. No
> wonder I was killing my computer. I thought it was just an iterator.
Eh,
> live and learn...

The interactive interpreter is great for learning.  If you had simply
typed in range(1000000), the resulting display might have impressed
you.

Terry






More information about the Python-list mailing list