|
Multi-Line StatementsIn Python, each line of code is normally considered a separate statement. If you are writing a Python statement that is too long to fit on a single line, you can use a backslash \ character to continue the statement on a new line:
This displays the following:
|