iNTERFACEWARE Products Manual > Learning Center > Learning Python > Working With Values and Variables > Multi-Line Statements |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In 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:
|