[EMAIL PROTECTED] wrote:

> True, but if that is the only reason, Two built-in value of
> True/False(0/1) serves the need which is what is now(well sort of). Why
> have seperate types and distinguish them ?

Because of this:

        x = True
        y = 1 # but I mean it to represent true

        print x, y

Besides, it's not the only reason, but it's a good one.

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   Ipsa scientia potestas est. "Knowledge itself is power."
   -- a Latin proverb
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to