You can store and manipulate all different types of data: a number, a string, list, and so on. With Python, you don't need to declare all your variables before you use them.
Variables
A variable is a labeled location in memory that is used to store values within a computer program. There are two types of variables: local and global.