wtxnpw 发表于 2017-4-26 09:16:50

python 常见错误

IndentationError: unindent does not match any outer indentation level发生这样的错误:

IndentationError: unindent does not match any outer indentation level

重新将缩进用TAB改写下。
页: [1]
查看完整版本: python 常见错误