So my listname is men =[]
How can i print just the 10 first elements of the list? It contains 15...
And it's a matrix...
I thought about making a while-loop while i > 9: but it didn't work.
Can anybody help me please? :)
for gender in men:
print gender[0] + " " + gender[1] + "\t""\t"" " + gender[2] + "\t" +
gender[3] + "\t" , gender[10]