编辑python文件保存后运行出现如下报错
TabError: Inconsistent use of tabs and spaces in indentation
用了tab键作缩进了
找到报错的行,使用把Tab都换成空格就好了