10
The Ultimate Lisp Function — The Python Combinator
(medium.com)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Agreed, but I'm pretty sure the auto-formatters available do alignment indentation anyway as it is part of the style guides.
Otherwise, I think some of the lines have too much nesting and could be broken up, and the ifcond-then-else blocks aren't indented enough in the last example.