Hacker News new | ask | show | jobs
by alpaca128 1019 days ago
Readability is about more than knowing keywords, if you can't even agree with that and the syntax consistency issue I don't have much more to say.
1 comments

> Readability is about more than knowing keywords

the goal posts have been moved; your comment:

> I don't know the "for" starts the next nested loop because there's no indicator for that

my point: there is no other role that the sequence of characters `for` can play in python (because it's a keyword) so you have all indication that you need.