Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我运行该程序,它会很好地输出结果,但如果我尝试调试它,我会收到以下错误:
... # coding=utf-8 ^
SyntaxError:标识符中的无效字符
我有
# encoding=utf-8
在第一行。这不是语法错误,因为即使我删除第一行,我也会收到相同的错误消息,并附加到新的第一行。

我已将 EOL 设置为 LF,将编码设置为 UTF-8。我的 PyCharm 更新到最新版本 129.782
我打开 gVim 并删除了这些字符。由于某种原因,它不会出现在 PyCharm 中。我几乎可以肯定 PyCharm 把它放在那里了。我不能用我的键盘输入这些字符,而且我不会在我的程序中使用这些字符。