next up previous
Next: 2.1.6 Mutable Wrappers Up: 2.1 Sequences Previous: 2.1.4 Immutable Sequence Representations

2.1.5 Mutable Sequences

A sequence object is mutable if it includes operations that modify the fields of this. In contrast, immutable list objects never change; computations involving immutable lists construct new lists rather modifying existing ones.



Corky Cartwright
2001-08-02