Python error prompt unindent does not match any outer indentation level


A simple piece of code, declares a class, and then instantiates an object, with a bold IndentationError: Unindent does not match any outer indentation level
This error, the most common reason is no indenting, according to the error line, you can see the error line before an extra space, delete it

Read More: