"sturlamolden" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| On 19 Mar, 09:40, grbgooglefan <[EMAIL PROTECTED]> wrote:
|
| > How do I create hash map in Python?
|
| Python dictionaries are the fastest hash maps known to man.

If you only have keys (the names) and no values attached to them, then use 
a set. 



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

Reply via email to