Python代码一定要对齐

不然会出现错误:

IndentationError: unindent does not match any outer indentation level

PS:新的Python语法,是不支持的代码对齐中,混用TAB和空格的。

原文地址:https://www.cnblogs.com/farewell-farewell/p/6046002.html