Lists in Python are very high level data structures (think of linked lists). The consecutive elements in a list are NOT stored in consecutive memory locations.
確定! 回上一頁