gpt4 book ai didi

python - 分配 python 字典文字 : are the semantics guaranteed?

转载 作者:太空狗 更新时间:2023-10-29 21:38:39 25 4
gpt4 key购买 nike

<分区>

简单问题:

Python 2.6.6 (r266:84292, Aug 9 2016, 06:11:56)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> d = {'foo':1,'foo':2}
>>> print d
{'foo': 2}
>>> d = {'foo':2,'foo':1}
>>> print d
{'foo': 1}

因此,如果我将一个带有重复键的字典文字分配给一个变量,它似乎是使用的第二个键/对,至少对于这个特定的 python 版本。

这种行为有保证吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com