不然会出现错误:
IndentationError: unindent does not match any outer indentation level
PS:新的Python语法,是不支持的代码对齐中,混用TAB和空格的。
Python代码一定要对齐
原文:http://www.cnblogs.com/farewell-farewell/p/6046002.html