解决报错:TabError: inconsistent use of tabs and spaces in indentation_tableerror inconsistent-CSDN博客

网站介绍:文章浏览阅读2.5w次,点赞6次,收藏3次。python出现了报错:TabError: inconsistent use of tabs and spaces in indentation分析:这个报错就是说混用了tab和4个空格造成的,解决办法:检查代码,要不全部用tab,要不全部用4个空格,或者用IDE编辑器校正。..._tableerror inconsistent