taberror专题

python常见错误(1)TabError: inconsistent use of tabs and spaces in indentation

https://blog.csdn.net/Guopiqiang/article/details/73555898 问题:Python文件运行时报TabError: inconsistent use of tabs and spaces in indentation 原因:说明Python文件中混有Tab和Space用作格式缩进。这通常是使用外部编辑器编辑Python文件时,自动采用Tab进行

TabError:Inconsistent use of tabs and spaces in indentation

在NotePad++中为了让Tab键符号和空格键符号能区别的显示出来,需要进行设置。 如果混用了空格符和制表符,需要进行替换。

python出现错误: Sorry: TabError: inconsistent use of tabs and spaces in indentation

解决方案:需要统一输入格式,要不全用tab缩进,要不全用空格,不统一,会报错