Hello,
How would I print a string to a new line of a file each time the program or function is run. What would I need to do to achieve an output such as :
First Run
Second Run
Third Run
...
Where the first run places the string on the first line, then when the program is executed again, or the function called again it prints a different string on the second line.