Prateek <[EMAIL PROTECTED]> wrote:

> I've been using Python for a while (4 years) so I feel like a moron
> writing this post because I think I should know the answer to this
> question:
> 
> How do I make a dictionary which has distinct key-value pairs for 0,
> False, 1 and True.

How about using (x, type(x)) as the key instead of just x?



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

Reply via email to