In this video, we are going to learn:-
1. How memory is allocated for variables in Python
2. When two variables point to same memory location and when they point to different memory locations
3. id() function to determine memory address of variables
4. Process of memory allocation i.e. garbage collection by "Reference Counting"