标签: python
在以下示例中:
In [2]: s = "text" In [3]: id(s) Out[3]: 4456267480
值“文本”存储为地址4456267480
引用“ s”如何,它是否存储在内存中的某个地方?