python question

Benjamin Kaplan benjamin.kaplan at case.edu
Wed Feb 2 16:19:01 EST 2011


On Wed, Feb 2, 2011 at 4:08 PM, Robin <r at thevoid1.net> wrote:
>
> how do you acccess a hash element in python 3? It completely changed
> from version 2 and earlier, I think.
>

What do you mean by accessing a hash element? Do you mean the hash of
an object? Because that's stayed the same: hash(obj). Do you mean
accessing the values in a dict? Because that's also stayed the same:
dictionary[obj]. Or is it something else that you're looking for?

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



More information about the Python-list mailing list