On Sun, 8 Nov 2009, Wells wrote:

I'm not quite understanding why a tuple is hashable but a list is not.
Any pointers? Thanks!
The keys of a dict have to be immutable. Lists are mutable, tuples are
not.

\t
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to