Range() limit
Terry Reedy
tjreedy at udel.edu
Sat Feb 22 20:44:17 EST 2003
More information about the Python-list mailing list
Sat Feb 22 20:44:17 EST 2003
- Previous message (by thread): Range() limit
- Next message (by thread): Range() limit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message (by thread): Range() limit
- Next message (by thread): Range() limit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list