When I compile the Python code below, I get
IndentationError: unindent does not match any outer indentation level
Whenever I've encountered this error, it's because I've somehow mixed up tabs and spaces in my editor.