今天写个小程序出现 “unindent dese not  match any out indentation level”。

一直没找到原因,经过仔细对比发现实际上是缩进的问题。

上下两行的缩进用的方式不一致,一行是tab而下面一行是空格,导致出现上述错误。

相关文章:

  • 2021-08-20
  • 2021-09-07
  • 2022-12-23
猜你喜欢
  • 2021-11-18
  • 2021-11-08
相关资源
相似解决方案