IndentationError: unindent does not match any outer indentation level
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IndentationError: unindent does not match any outer indentation level相关的知识,希望对你有一定的参考价值。
runfile(‘C:/Users/kcl/Documents/Python Scripts/mlp_lasagne.py‘, wdir=‘C:/Users/kcl/Documents/Python Scripts‘) File "C:/Users/kcl/Documents/Python Scripts/mlp_lasagne.py", line 40 build_mlp1() ^ IndentationError: unindent does not match any outer indentation level
代码不正确的对齐方式。第40行代码对齐错误
以上是关于IndentationError: unindent does not match any outer indentation level的主要内容,如果未能解决你的问题,请参考以下文章
IndentationError: unindent 不匹配任何外部缩进级别
IndentationError:unindent 不匹配任何外部缩进级别我啥都不懂[关闭]
IndentationError:期望在 requests.adapter 中有一个缩进块
IndentationError: expected an indented block