Python Interview-2. List and Dict

[Python Interview]List and Dict

List

Storage

The elements of a list are stored respectively and separately in the memory. However, their addresses are stored together as a sequence list. It’s kind of like a pointer array in C or C++.

When user


Python Interview-2. List and Dict
http://example.com/2023/02/26/Python-Interview-2.-List-and-Dict/
Author
dingzr2001
Posted on
February 26, 2023
Licensed under