Chinook wrote: > 3) Any other comments you might offer
> if tv == 'relates to A': > return True > else: > return False Make that return tv == 'relates to A' lest your zen master hit you. Peter -- http://mail.python.org/mailman/listinfo/python-list
Chinook wrote: > 3) Any other comments you might offer
> if tv == 'relates to A': > return True > else: > return False Make that return tv == 'relates to A' lest your zen master hit you. Peter -- http://mail.python.org/mailman/listinfo/python-list