gpt4 book ai didi

python - 使用 >、< 运算符比较字符串时会发生什么? Python

转载 作者:行者123 更新时间:2023-12-01 05:26:52 26 4
gpt4 key购买 nike

我试图了解当你在 Python 中将字符串与 >,< 运算符进行比较时会发生什么。我确信它不会比较字符串的长度。它会比较它们的 ASCII 值的总和吗?

>>>a='aa'
>>>b='bb'
>>>b>a
True

最佳答案

来自docs :

Strings are compared lexicographically using the numeric equivalents (the result of the built-in function ord()) of their characters. Unicode and 8-bit strings are fully interoperable in this behavior[4].

关于python - 使用 >、< 运算符比较字符串时会发生什么? Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21196608/

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