python错误提示“TabError: inconsistent use of tabs and spaces in indentation”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python错误提示“TabError: inconsistent use of tabs and spaces in indentation”相关的知识,希望对你有一定的参考价值。

 在遍历打印10以内的奇数是出现“TabError: inconsistent use of tabs and spaces in indentation”的错误提示:

技术分享

代码如下:

 技术分享

第一感觉没什么错误,但是当我设置显示“空格与制表符”时候,问题出现了,在第4、5行前由制表符,如图所示:

技术分享

 

在if和continue前有制表符,所以执行的时候会提示“TabError: inconsistent use of tabs and spaces in indentation”

解决问题重新运行,结果OK。

技术分享

亲测好使。。。

 

以上是关于python错误提示“TabError: inconsistent use of tabs and spaces in indentation”的主要内容,如果未能解决你的问题,请参考以下文章

用PIP 安装或升级python遇到错误提示

Python PyAutoGUI错误提示求解?

python中安装requests后又提示错误

在 Python 提示符处引发错误后如何获取最后一个异常对象?

python2 安装scrapy出现错误提示解决办法~

python抓取网站提示错误ssl.SSLCertVerificationError处理