grouping a flat list of number by range

joh12005 at yahoo.fr joh12005 at yahoo.fr
Sun Jun 4 13:57:22 EDT 2006


Hello

> ...         _, first_n = group[0]

what is the meaning of the underscore "_" ? is it a special var ? or
should it be readed as a way of unpacking a tuple in a non useful var ?
like 

lost, first_n = group[0]

best regards.




More information about the Python-list mailing list