标签: python python-3.x memory
我想访问内存地址中的值。
代码1:
value = 10 print(id(value)) >> 10894368
Code2(我不知道如何):
accessValue(10894368) >> 10