oamram a écrit :
Hi All, new to python. i have a directory with about 50 text file and i need to iterate through them and get line 7 to 11 from each file and write those lines into another file(one file that will contain all lines).
First create a function that read and parse one file Then create a loop that call this function for each file in a directory Modules to read : http://www.python.org/doc/2.5.2/tut/node9.html#SECTION009210000000000000000 http://docs.python.org/library/os.html Julien -- http://mail.python.org/mailman/listinfo/python-list