# In this vedio we'll talk about memory management in python # So, In python when we create multiple variables with same data in them, all the variables will have same memory address # So, for this ...