Python - Basics | Variable Declaration and Memory Allocation

Опубликовано: 24 Май 2026
на канале: EdYoda
1,184
18

For more courses visit : https://www.edyoda.com/

In this video we will start with basic python syntax. We will discuss how to declare the variables and how to assign the values to the variables. We will discuss how to check the datatype of the variable using builtin type() function and how to check the memory location of the variable using id() function.Also, we will go through the concept of Object Entering.