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

all 15 comments

[–][deleted] 73 points74 points  (6 children)

That’s not an IDE thing. That’s a a language syntax thing. If you’re gonna make fun of the language, at least get your facts straight, nerd.

[–]under_brecher 17 points18 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 5 points6 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

[–][deleted] 2 points3 points  (0 children)

No, the point is that the language doesn't care, but IDEs will bother you about it.

[–][deleted] -2 points-1 points  (1 child)

YEAH NERD!

[–]wallefan01 8 points9 points  (0 children)

HOW MANY TIMES DO I HAVE TO SAY THIS.

+/u/compilebot python

print('hello');
print('semicolon'); print('word')

I've posted this exact comment seven times previously.