When are immutable tuples *essential*? Why can't you just use lists *everywhere* instead?

seberino at spawar.navy.mil seberino at spawar.navy.mil
Fri Apr 20 13:06:36 EDT 2007


Please help me think of an example where immutable tuples are
essential.

It seems that everywhere a tuple is used one could just as easily use
a list instead.

chris




More information about the Python-list mailing list