714
1 hour in Java
(piefed.jeena.net)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I don't get it because my phyton code is indented exactly the same as all my other code. Each block of code one tab in/out, how else would you do it?
It's because there is no clear indication of where a block ends.
Here is some sample code. I find it difficult to tell how many indentations I have or where I need to write if I want to continue at a certain level.