I have very minimum, essentially no programming knowledge besides an introductory python course at my univeristy so I apologize if this question is worded oddly. In my current internship one of my tasks include opening a notepad which includes a header, followed by multiple statments with unique id's, and then copying and pasting the header and one of the statments into a new notepad for each of the id's, and renaming the file based on which id was used.
I am unfamiliar with doing any sort of programing in notepad so my question is, is this possible to automate and make it a less manual task of copying and pasting. I have basic knowledge of python file input & output, could that be applied here?