Register - Login - Forgotten Password

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.

Lesson 26: Reading and Writing Text Files in Python

This lesson just one in the category Python Programming Level 1. To access this lesson you need to have a valid learner account, ask your parent to register you now.