question of style

Scott David Daniels Scott.Daniels at Acm.Org
Sat Jul 4 08:28:01 EDT 2009


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



More information about the Python-list mailing list