Ken Starks <straton at lampsacos.demon.co.uk> writes: > LineList=open(filename,'r').readlines()[1,] You don't want to do that if the file is very large. Also, you meant [1:] rather than [1,]