Why if Python Set collection unordered of elements, but Jupiter order the elements?

前端 未结 0 734
借酒劲吻你
借酒劲吻你 2020-11-28 02:50

in:
S1 = {1, 2, 2/3}
print(S1)

out:
{0.6666666666666666, 1, 2}

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