Hacker News new | ask | show | jobs
by emmelaich 4224 days ago
> > Python simply requires you to be consistent throughout the same file.

I like Python but this is not actually true. you only need to be consistent within a block, or be more deeply indented than the outer.

You can have different indentations for the if and else clauses!