IndentationError: unindent does not match any outer indentation level

后端 未结 30 2534
Happy的楠姐
Happy的楠姐 2020-11-21 07:48

When I compile the Python code below, I get

IndentationError: unindent does not match any outer indentation level




        
30条回答
  •  孤城傲影
    2020-11-21 08:24

    In intellij with python plugin, Ctrl + Shift + Alt to reformat the document fixed the indent/tab/spaces problem

提交回复
热议问题