Written by
Abhinav Yadav
One of the most confusing concepts for beginners in Python is mutability. Some objects can change after they are created while others cannot. Understanding this becomes much easier if we look at how Python stores objects in memory.
Explore more articles on our blog