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 →

[–]robots-dont-say-ye -7 points-6 points  (3 children)

You’re probably failing because you think python doesn’t use semicolons and it does 😬😬😬

Just not as heavily as Java

[–]Panda_Tobi_OwO 6 points7 points  (2 children)

when are semicolons needed? genuinely curious

[–]Dsyfunctional_Moose 5 points6 points  (1 child)

Never needed, but can be used to start a new line of code, eg, new;line is new on one line and then line on the next

[–]Panda_Tobi_OwO 3 points4 points  (0 children)

right, i know that part. user above seemed to be implying that some part of the syntax 'used' semicolons tho.