TabError: Inconsistent use of tabs and spaces in indentation
需要将 .py 文件中的使用 tab 做的空格符删掉,打成空格符。任何一个tab都可能导致错误
参考:http://blog.csdn.net/cbjcry/article/details/70156232
本文共 220 字,大约阅读时间需要 1 分钟。
TabError: Inconsistent use of tabs and spaces in indentation
需要将 .py 文件中的使用 tab 做的空格符删掉,打成空格符。任何一个tab都可能导致错误
参考:http://blog.csdn.net/cbjcry/article/details/70156232
转载于:https://www.cnblogs.com/qianyuesheng/p/8459408.html