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 :-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to