Paul McGuire wrote:
So "A" == 'a' is true in Python, not true in C.

It's not true in Python either. You probably meant to say: "a" == 'a' (lowercase a)

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

Reply via email to