Variables and Data Types

This lesson will focus on variables and the different data types in Python.

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 1200+ tech skills courses.