gpt4 book ai didi

python - Python中的字符串与整数比较

转载 作者:太空宇宙 更新时间:2023-11-03 14:31:16 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How does Python compare string and int?

我正在用 Python 做一些比较。我惊讶地发现我可以将字符串与整数进行比较。然后我做了一个 id,发现实际上字符串的 id 大于 int 的 id,我认为这就是我得到这个输出的原因。

In [19]: 'a' < 3
Out[19]: False

In [20]: 'a'>3
Out[20]: True

In [17]: id('a')
Out[17]: 140414909035824

In [18]: id(3)
Out[18]: 23119752

请确认我正确解释了此行为(Python 在 id 级别进行比较)。

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