運(yùn)行失敗 File "index.py", line 5 elif score >= 90: ^ IndentationError: unindent does not match any outer indentation level
運(yùn)行失敗
??File?"index.py",?line?5 ????elif?score?>=?90: ??????????????????????^ IndentationError:?unindent?does?not?match?any?outer?indentation?level
請問這是什么原因?求指導(dǎo)!
2021-09-28
you use both spaces and tabs to indent your code. Either can make sense.
2021-09-12
第五行的縮進(jìn)有問題