At the moment I have never had a problem with whitespace in Python (although I\'ve only used it in two projects and I was the only programmer). What are some potential pitf
When I look at C and Java code, it's always nicely indented.
Always. Nicely. Indented.
Clearly, C and Java folks spend a lot of time getting their whitespace right.
So do Python programmers.