Lesson 26: Reading and Writing Text Files in Python
How can a programme remember a saved score after its window has closed? Persistent storage keeps information available for later use, including after a programme has finished. This section explains why a text file can preserve information beyond one programme run, while an ordinary Python variable normally cannot.
