gpt4 book ai didi

Python unicode字符代码?

转载 作者:太空狗 更新时间:2023-10-30 00:36:47 25 4
gpt4 key购买 nike

有没有办法将 Unicode 字符“插入”到 Python 3 中的字符串中?例如,

>>>import unicode
>>>string = 'This is a full block: %s' % (unicode.charcode(U+2588))
>>>print(string)
This is a full block: █

最佳答案

是的,用unicode character escapes :

print u'This is a full block: \u2588'

关于Python unicode字符代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13213866/

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