Yes I did that as well
Try changing you for loop with for line in lines[1:]: this way you're iterating over everything but the first one is skipped
yes it works now... thank you so much
pop(0) pops the first element
slicing is almost always the better solution
Обсуждают сегодня