Python脚本运行出现语法错误:IndentationError: unindent does not match any outer indentation level
Python不支持空格与制表符混合使用,否则会出现IndentationError: unindent does not match any outer indentation level

错误如下:

文章来自:http://www.cnblogs.com/lishuai0214/p/4265977.html
Python不支持空格与制表符混合使用,否则会出现IndentationError: unindent does not match any outer indentation level

错误如下:
