How do I break lines in Python code?
[This is an exact duplicate of How can I do a line continuation of code in Python?. Please continue the discussion there.]
|
1
|
How do I break lines in Python code? [This is an exact duplicate of How can I do a line continuation of code in Python?. Please continue the discussion there.]
|
|||
|
|
closed as exact duplicate by Chris Upchurch Sep 21 '08 at 13:52 |
|
|
You can break lines in between parenthesises and braces. Additionally, you can append the backslash character
|
||
|
|
|
|
This is a duplicate of How can I do a line continuation of code in Python?, which has a deeper analysis. |
|||
|
|