On Sat, May 25, 2013 at 6:43 PM, Carlos Nepomuceno
<carlosnepomuc...@outlook.com> wrote:
> ----------------------------------------
> lol I forgot to include this monkey patch! ;)
>
> def length(l):
>     x=0
>     y=l[:]
>     while y:
>         x+=1
>         y.pop()
>     return x

Nice. Now eliminate abs (easy) and range. :)

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to