Steven Howe wrote:
Bye the way, the beauty of python is that "If an item is None" translates into "If item is None".If an item is None: if ( type(x) == types.NoneType ):
JM -- http://mail.python.org/mailman/listinfo/python-list
Steven Howe wrote:
Bye the way, the beauty of python is that "If an item is None" translates into "If item is None".If an item is None: if ( type(x) == types.NoneType ):
JM -- http://mail.python.org/mailman/listinfo/python-list