gpt4 book ai didi

python - 第 3 行的 SyntaxError : Non-ASCII character '\xe2' in file prueba. py

转载 作者:太空宇宙 更新时间:2023-11-04 05:41:59 26 4
gpt4 key购买 nike

我正在尝试一些事情,但我收到了这个错误。我搜索了一下,发现我必须添加 # encoding=utf8 但输出与我预期的不同

我的代码:

print ' -------\n│      │\n│      │\n│     │\n││      │\n ------'

第一个错误:

SyntaxError: Non-ASCII character '\xe2' in file prueba.py on line 3, but 
no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

代码输出:

-------
Ôöé Ôöé
Ôöé Ôöé
Ôöé Ôöé
ÔöéÔöé Ôöé
------

最佳答案

我想问题出在您定义为使用 utf8 但不使用 utf8 字符串。也许尝试说 print u' ------\n│ │\n│ │\n│ │\n││ │\n ------'

关于python - 第 3 行的 SyntaxError : Non-ASCII character '\xe2' in file prueba. py,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33633299/

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