Newbie question:

Why is 1 == True and 2 == True (even though 1 != 2),
but 'x' != True (even though  if 'x':  works)?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to