IndentationError: unindent does not match any outer indentation level

后端 未结 30 2016
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:31

    If you are using Vim, hit escape and then type

    gg=G

    This auto indents everything and will clear up any spaces you have thrown in.

提交回复
热议问题