Lesson 3: Variables and Storing Information
How can a programme remember a name, a score or a temperature so it can use that information later? Python gives information a name, creating a connection between the name and a value. The name and the value are related, but they are not the same thing.
