I have a list of values extracted from a webpage like:
parta
partb
partc
and I need to add some characters (same for each line) at the end of each line before I write it to file.
How do I add these extra characters to each line?
parta
partb
partc
and I need to add some characters (same for each line) at the end of each line before I write it to file.
How do I add these extra characters to each line?