[EMAIL PROTECTED] writes: > hi > say i want to enumerate lines of a file > eg > for n,l in enumerate(open("file")): > # print next line ie > > is there a way to print out the next line from current line using the > above?.
I don't understand what you're trying to do. You mean you're trying to print all lines except the first one? -- http://mail.python.org/mailman/listinfo/python-list