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 :-)