You are on page 1of 1

In this section we will start using variables instead of directly using the values.

Variable:

Technically, a variable refers to a memory location where the assigned value is


stored.

When you create a variable in Python, you don't need to explicitly indicate
variable's type
because its type is automatically determined at runtime as seen in the following
examples.

You might also like