Too Self Centered

Scott David Daniels Scott.Daniels at Acm.Org
Sat Jan 11 15:52:12 EST 2003


> Or
> self.total = len[x for x in f.readlines() if x != '']
or self.total = len([None for x in f.readlines() if x != ''])

-Scott





More information about the Python-list mailing list