I'm new to python. I have a main file in which there is information stored in columns. I am asked to empty every 5 lines of this file into a new file. That is to say; lines 3-8 in file1.txt, lines 9-13 in file2.txt and so on until the lines in the main file are finished. I have the idea that I should open the file by adding an accountant and put this in a cycle, but I do not know how. Can someone help me?