Peter Hansen wrote:[color=blue]
> Michael McGarry wrote:
>[color=green]
>> Are there hashes in Python?[/color]
>
>
> Define hash. Or look at Python's 'dict' type, or the hash()
> function and decide for yourself if that's what you meant.
>
> -Peter[/color]
Yes, I guess the dict type is what I am looking for.
Comment