python error: IndentationError: unindent does not match any outer indentation level

occur at the position where you mix tabs and spaces. you just need to del all of them and press tab button sucessively

ref: http://stackoverflow.com/questions/492387/indentationerror-unindent-does-not-match-any-outer-indentation-level

mixing tabs and spaces in your indentation white space

你可能感兴趣的:(python error: IndentationError: unindent does not match any outer indentation level)