Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 193 Bytes

data_structure.md

File metadata and controls

10 lines (6 loc) · 193 Bytes

数据结构

查看python对象在内存的地址可以使用内置的id()方法来查看.例如id(3)

基本数据类型

引用数据类型

可变对象

不可变对象