TabError: Inconsistent use of tabs and spaces in indentation

前端之家收集整理的这篇文章主要介绍了TabError: Inconsistent use of tabs and spaces in indentation前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

问题现象

编辑python文件保存后运行出现如下报错

TabError: Inconsistent use of tabs and spaces in indentation

问题原因

用了tab键作缩进了

解决方法

找到报错的行,使用把Tab都换成空格就好了  

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

猜你在找的Python相关文章