On Thursday, June 23, 2016 at 8:17:02 PM UTC+12, Marko Rauhamaa wrote: > if len(leftover) > 0: # no, I'd never write this > ...
I regularly write “len(leftover) != 0”. Why not? -- https://mail.python.org/mailman/listinfo/python-list
On Thursday, June 23, 2016 at 8:17:02 PM UTC+12, Marko Rauhamaa wrote: > if len(leftover) > 0: # no, I'd never write this > ...
I regularly write “len(leftover) != 0”. Why not? -- https://mail.python.org/mailman/listinfo/python-list