Chapter 146·Beginner
Variables and Data Types in Python
01 / 06
The core idea
name = value tells Python to remember value under the name name, so you can use and change it later. It's how programs hold on to information.