gpt4 book ai didi

python - 为什么python输出负十六进制?

转载 作者:太空宇宙 更新时间:2023-11-04 08:14:50 25 4
gpt4 key购买 nike

http://docs.python.org/release/2.4.4/lib/typesseq-strings.html

表格显示无符号十六进制,我的输出是有符号的...

for a in words: # list of word
print '%x'%hash(a)

还有http://codepad.org/Cvd0Bg2T

最佳答案

该文档适用于 Python 2.4。您可能使用的是更新的版本。看看newer该表的版本 - %x 现在已签名。

关于python - 为什么python输出负十六进制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16257664/

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