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
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