I am trying to write a list to a .dat file, something like:
12; John Smith; 1000
35; Adam Smith; 1525
But when I loop my code and input more than one "set" of information, it overwrites the previous one and only shows the most recent "set" of information that I input.
What are some ideas I can work with to adjust my code to input in a list-like fashion?
Thank you!
And looking forward, I'm trying to read through the list and stop the user from entering duplicates.