On Nov 27, 1:22 pm, Jon Clements <jon...@googlemail.com> wrote:
> Of course, if you take '~' literally (len(s) <= -10001) I reckon
> you've got way too many :)
>
> Jon.

Then better: len(s) < abs(~10000)

PS It's a hard problem; so let's leave it alone
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to