求大神帮忙解释下unindent does not match any outer indentation level是什么意思?
>>> score = 85
>>> if score >=90:
print 'excellent'
elif score >=80:
File "<pyshell#25>", line 4
elif score >=80:
^
IndentationError: unindent does not match any outer indentation level