IndentationError: unindent does not match any outer indentation level

后端 未结 30 2119
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条回答
  •  Happy的楠姐
    2020-11-21 08:44

    I am using Sublime Text 3 with a Flask project. I fixed the error using View > Indentation > Tab Width: 4 after unselected Indent Using Spaces

提交回复
热议问题