Python报错TabError: inconsistent use of tabs and spaces in indentation
平台Geany
错误原因python的缩进符为四位空格,修改方法:
python缩进错误
Python报错:IndentationError: unindent does not match any outer indentation level
依旧是缩进出现问题如图:python缩进错误
缩进时四个空格一个不能少!!!

相关文章: