8 ms·
Python doesn't use semicolons as statement terminators. C does.
by reedx8 9y ago
Python doesn't use semicolons as statement terminators. C does.
- woadwarrior01 9y agoThough they’re rarely used in practice, the Python grammar does allow the use of semicolons to separate multiple statements on the same line. https://docs.python.org/3/reference/compound_stmts.html https://docs.python.org/3/reference/compound_stmts.html