SpreadTooThin wrote:
> > that's trivial to do with slicing, of course.  what makes you think you
> > need to do this by calling the "sort" method ?
> >
> > </F>
>
> You are of course correct.. There might be a way to do this with
> slicing 
> and i % 3

Slicing will work only with a sorted list.

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

Reply via email to