IndentationError: unexpected indent
Python 中强制缩进,, IndentationError: unexpected indent 缩进错误
这类错误非常常见,一般都是由于tab在不同的平台上占用长度不同导致,有些事程序员自己直接使用空格或其他来顶替tab。
解决办法非常简单,在所在平台上使用标准的tab进行缩进,就OK了。
原文地址:https://www.cnblogs.com/tanrong/p/8455013.html
时间: 2024-11-07 08:56:29