I'm having a problem with python interpreters. It happened 2nd time in recent months and is very frustrating. This is my code:
When I run this, the interpreter raises an error:
else:
^
IndentationError: unindent does not match any outer indentation level
same is occuring on Eclipse.
I typied code by hand, no copy/pase, tried to fix it many times and the error is not subsiding. Although the code is 100% corrent. When I remove else: pass
part it even sometimes raises open_odds is not defined
error.
Have you guys had similar problems? Even python IDLE is now acting up on the same code line, the same error. I can no longer work ;/.