SyntaxError: (unicode error) ‘utf-8’ codec can’t decode byte 0xb7 in position 2: invalid start byte
用geany编辑器,写代码在Python运行,出现上述错误解决办法:
utf-8' codec can't decode byte 0xb7
调一下文件编码就好了

相关文章:

  • 2021-08-08
  • 2022-12-23
  • 2021-09-22
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-09-30
  • 2021-12-02
  • 2021-11-16
  • 2022-12-23
  • 2021-09-03
  • 2021-09-28
相关资源
相似解决方案