I agree. Because Python uses whitespace as a part of the syntax it is much harder to work with in some ways than any language that ignores whitespace. A single space in the wrong place can change what the code does completely and may be even harder to spot than a misplaced comma or semi-colon (as might occur in some other languages).






Bookmarks