SyntaxError: Non-ASCII character

在代码开头加上

# coding: utf-8

IndentationError: unexpected indent 是缩进的问题,也有可能是tab和空格混用

相关文章:

  • 2020-07-21
  • 2021-09-26
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
猜你喜欢
  • 2021-10-27
  • 2021-12-10
  • 2022-12-23
  • 2022-02-15
  • 2021-06-29
  • 2022-01-27
相关资源
相似解决方案