worzel a écrit :
I get what the difference is between a tuple and a list, but why would I ever care about the tuple's immuutability?

Because, from a purely pratical POV, only an immutable object can be used as kay in a dict. So you can use tuples for 'composed key'.


Bruno
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to