top | item 16468130 (no title) reedx8 | 8 years ago Python doesn't use semicolons as statement terminators. C does. discuss order hn newest woadwarrior01|8 years ago Though 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
woadwarrior01|8 years ago Though 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
woadwarrior01|8 years ago