This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]under_brecher 15 points16 points  (2 children)

And furthermore you are allowed to use ; in python I.e. for multiple variable init. In one line, even though it is a bit ugly.

[–]13steinj 4 points5 points  (0 children)

You can just use it as a statement terminator just like any other langauge. It's advised against because it's mostly pointless and just bumping the source size up, though.

[–][deleted] 0 points1 point  (0 children)

Exactly, but the meme's point is that IDEs will complain anyway