Hi,

I am wondering why the dictionary in python not returning multi value key
error when i define something like

p = {'k':"value0",'k':"value1"}

key is string immutable and sometimes shares same id.

also if the key is immutable and have different ids.

like

p = {'1':"value0",'1.0':"value1"}

Please reply.

Regards,


*Dilu Sasidharan dilu.se...@gmail.com <dilu.se...@gmail.com>*
*+91 - 9483 6389 07*

*+91 - 9495 633 275 *
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to