upwestdon wrote:
if not (self.higher and self.lower):
    return self.higher or self.lower

    self.lower = 0
    self.higher = 123
    ???
More than just None is False
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to