Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 135 Bytes

4.2.4 看变量的内存地址 -id(a).md

File metadata and controls

9 lines (6 loc) · 135 Bytes

4.2.4 看变量的内存地址 -id(a)

本质上内存地址就是一个数字

a = 20

print(id(a))  # >>> 4297641696