J
joh12005
Hello
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.
... _, 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.