IndentationError: unexpected indent Python 中强制缩进,, IndentationError: unexpected indent 缩进错误 这类错误非常常见,一般都是由于tab在不同的平台上占用长度不同导致,有些事程序员自己直接使用空格或其他来顶替tab. 解决办法非常简单,在所在平台上使用标准的tab进行缩进,就OK了. UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in positio…