想在python代码中使用中文进行注释
但是在运行的时候会报
SyntaxError: Non-ASCII character '\xe4' in file /home/tsuibin/PycharmProjects/studyPython/list.py on line 21, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
请问要如何解决?
但是在运行的时候会报
SyntaxError: Non-ASCII character '\xe4' in file /home/tsuibin/PycharmProjects/studyPython/list.py on line 21, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
请问要如何解决?