Hashtables in pyhton ...

Konrad Mühler konrad at my-rho.de
Fri Mar 10 02:50:08 EST 2006


Max M wrote:
>  >>> a_hash_is_a_dict = {'key':'value'}
>  >>> a_hash_is_a_dict['key2'] = 'value 2'
>  >>> a_hash_is_a_dict['key']
> 'value'

Thank you very much.
This is I was looking for :-)



More information about the Python-list mailing list