Python Error - IndentationError: unindent does not match any outer indentation level
IndentationError: unindent does not match any outer indentation level
With Python3, if you mixed “tab” and “space” in your code, you will got this error message.
Solved: only use “tab” or “space” , don’t mix then.











