跳转至

字符串

内存中的位置

1
2
3
4
import sys
a = 'hello!'
b = 'hello!'
print(id(a), id(b))