Michael Hoffman wrote:
Paul McGuire wrote:
So "A" == 'a' is true in Python, not true in C.
I think you meant:

 >>> "A" == "A"
True

Er, "A" == 'A' -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list

Reply via email to