On Nov 8, 1:48 pm, Tim Chase <python.l...@tim.thechases.com> wrote: > > I am having problems with indentation some times. When I hit the enter key > > after if statements or while statemt there are times when the indentation is > > too much and other times too little.
Check for omitted brackets, braces and parenthesis. If you editor uses an auto indent function like even IDLE does then this will be the culprit! -- http://mail.python.org/mailman/listinfo/python-list