标签: python
想知道x和y id是如何相同的!
x='merchant_name' y='merchant' + '_' + 'name' print(id(x)) print(id(y))
输出:
140291684960176 140291684960176