same tuples does not return the same id number

前端 未结 0 2002
暗喜
暗喜 2020-11-27 02:40

I know that string, integer and tuple are immutable. But something is very strange to me:

int_1    = 10
int_2    = 10
string_1 = \'hyper\'
string_2 = \'hyper\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题