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.

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

Reply via email to