How are elements stored? Referencing? How is continuity maintained? Mutability? Complexity? & various other bits of info. Let’s figure it all out in this article & make our foundation of Python Lists strong by learning what happens in the backend from the moment we declare a list. — Introduction: Have you ever come across a topic that, on the surface, appears to be very difficult to understand or implement? I’m sure we’ve all come across such topics from time to time, and let me be clear: Python Lists is not one of them. Have you ever wondered what…