Hacker News new | ask | show | jobs
by balquhidder 4127 days ago
>No, lines following a line ending in a colon must be indented.

Except if you have, for example, an if statement. if x: y() is valid.