gpt4 book ai didi

python - python字典中循环(for循环)的顺序是什么

转载 作者:太空狗 更新时间:2023-10-29 22:04:58 26 4
gpt4 key购买 nike

<分区>

我对从下面得到的输出有点困惑。我不明白执行循环的顺序。

domains = { "de": "Germany", "sk": "Slovakia", "hu": "Hungary",
"us": "United States", "no": "Norway" }

for key in domains:
print key

这里的输出是

sk
de
no
us
hu

但不是

de
sk
hu
us
no

同样,这里

num = {1:"one",4:"two",23:"three",10:"four"}
for key in num:
print key
output is
1
10
4
23

但不是

1
4
23
10

感谢帮助

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