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 run time as seen in the following examples.