help how to sort a list in order of 'n' in python without using inbuilt functions??

Chris Angelico rosuav at gmail.com
Sat May 25 04:28:32 EDT 2013


On Sat, May 25, 2013 at 5:53 PM, Carlos Nepomuceno
<carlosnepomuceno at outlook.com> wrote:
> ----------------------------------------
>> Date: Fri, 24 May 2013 23:05:17 -0700
>> 1. No in-built functions should be used
>     count[2] = len(l)

Fail! :)

ChrisA



More information about the Python-list mailing list