On Apr 4, 12:36 pm, "autin" <[EMAIL PROTECTED]> wrote: > such as:>>>b = False > >>>id(b) > > Traceback (most recent call last): > File "<stdin>", line 1, in ? > TypeError: 'bool' object is not callable > > --- > how to desc it?
>>> b = False >>> id(b) 135311308 >>> python 2.4, FreeBSD 6.2 -- http://mail.python.org/mailman/listinfo/python-list