You can continue a
statement on the following line if you break the statement between a set of (),
{}, or [] delimiters. For example, look at the tuple that was used in
Creating a part
to assign the coordinates of the vertices to a variable:
If a statement breaks at any other place, you must include a
\ character at the end of the line to indicate that it is
continued on the next line. For example,
When you are running Python from a local
Linux
or
Windows
window, the prompt changes to the . . . characters to indicate
that you are on a continuation line.
Comments in a Python script begin with the # character and
continue to the end of the line.