-2
I am looking for practical and simple ways to save information in a separate file, that even after the closing of the program.py (in python) the information is not lost. And there was a question, what are the advantages of using a file of type . txt and type . bat to store and/or read information? Is there any difference?
Use a structured format, like json, of this will be able to structure your data, facilitating a query later.
– Lucas Kotres