Python Programming Challenges for beginners?

n00m n00m at narod.ru
Fri Nov 27 09:51:04 EST 2009


On Nov 27, 1:22 pm, Jon Clements <jon... at 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



More information about the Python-list mailing list