Why does tuple(set([1,“a”,“b”,“c”,“z”,“f”])) == tuple(set([“a”,“b”,“c”,“z”,“f”,1])) 85% of the time with hash randomization enabled?

后端 未结 0 503
余生分开走
余生分开走 2020-12-23 03:58

Given Zero Piraeus\' answer to another question, we have that

x = tuple(set([1, \"a\", \"b\", \"c\", \"z\", \"f\"]))
y = tuple(set([\"a\", \"b\", \"c\", \"z\         


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