加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

PyCharm出现TabError: inconsistent use of tabs and spaces in

发布时间:2020-12-17 00:21:58 所属栏目:Python 来源:网络整理
导读:本文使用PyCharm的格式化代码功能解决TabError: inconsistent use of tabs and spaces in indentation。 当把代码从别处复制进来PyCharm,然后运行报错:TabError: inconsistent use of tabs and spaces in indentation 这个报错的意思是说IDE分不清tab和空

本文使用PyCharm的格式化代码功能解决TabError: inconsistent use of tabs and spaces in indentation。

当把代码从别处复制进来PyCharm,然后运行报错:TabError: inconsistent use of tabs and spaces in indentation

这个报错的意思是说IDE分不清tab和空格,说明你的代码中混用了tab和空格。

传统的方式是找出代码中报错的地方,然后修改。

这种方法可以,但是我试的并不好用。我推荐一种解决方法:格式化代码

具体操作是:Code -->Reformat Code

再次尝试运行,问题完美解决!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读