writing code over several lines

Paul Rubin http
Tue Oct 21 12:01:56 EDT 2003


Peter Hansen <peter at engcorp.com> writes:
> Tuples are also not significantly faster than lists, as I recall
> from past discussions of this.  At least, not to the extent that 
> it should ever be a consideration when initializing "constant" lists.

Tuples probably aren't faster, but they do use less memory.




More information about the Python-list mailing list