1. 问题描述
Python文件运行时报TabError: inconsistent use of tabs and spaces in indentation
2. 问题原因
tab 和 space混合使用导致程序错误
3. 解决方案
排查出错地方的格式
Python文件运行时报TabError: inconsistent use of tabs and spaces in indentation
tab 和 space混合使用导致程序错误
排查出错地方的格式
转载于:https://www.cnblogs.com/HurryXin/p/9461391.html