【发布时间】:2021-08-23 17:28:18
【问题描述】:
我在 python 中为其他一些活动编写了几行代码,但是当我运行 python 脚本时,我总是得到indentation error 或TabError : inconsistent use of tabs and spaces in indentation。
有没有办法使用 Unix 命令来解决这个问题
没有安装任何IDE 或Pycharm?
以下错误:
TabError: 缩进中制表符和空格的使用不一致
【问题讨论】:
-
请给我们看一些代码。这会很有帮助。
标签: python python-3.x shell