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

前端之家收集整理的这篇文章主要介绍了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。

亲测好使。赶紧拿走,不谢~哈!

原文链接:https://www.f2er.com/python/455106.html

猜你在找的Python相关文章