Dick Moores wrote: > >>> () is () > True > >>> (1,) is (1,) > False > > Why? > > Thanks, > > Dick Moores
>From the docs for 'is': -- http://mail.python.org/mailman/listinfo/python-list
Dick Moores wrote: > >>> () is () > True > >>> (1,) is (1,) > False > > Why? > > Thanks, > > Dick Moores
>From the docs for 'is': -- http://mail.python.org/mailman/listinfo/python-list