Loading
.
Python Principles

Variables

What is a variable?

A variable is a storage place that holds a value.

In other words, a variable lets you store a value, such as a number or string, in a place that you can refer back to using a name that you choose.

The value that is stored can vary -- hence the term variable.

Lesson completed

Congratulations! You have finished the lesson "Variables".

Keep learning

Next lesson
Code
Solution Help Reset Submit Answer Submit Run Code Run
Output