Variables and Data Types
This lesson will focus on variables and the different data types in Python.
We'll cover the following
Variables
A variable is a name to which a value can be assigned. It is basically a placeholder to store information. We can store information in a variable and refer to it later by using the variable name. Variables are assigned values using the =
operator.
Get hands-on with 1400+ tech skills courses.