03- introduction To veriables in python video

Опубликовано: 14 Октябрь 2024
на канале: Shaiq Malghani
No
0

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.