Size of tuples

Ignacio Vazquez-Abrams ignacio at openservices.net
Wed Sep 5 15:30:24 EDT 2001


On Wed, 5 Sep 2001, Brian Quinlan wrote:

> Using a list to store a large number of integers would probably be
> more convenient though since it doesn't require making a new object
> for each append. Anyway:

Of course not. Tuples _can't_ append; they're immutable.

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list