The Black/Brown Animal Print Mini Long Sleeve A-Line Seam Detail Dress was €33.50 but has been reduced to €17. The product description on the Next website says: "This formal workwear dress features a ... As the autumn chill settles in, this maxi dress has won over customers for being both cosy and fashionable.

Understanding the Context

Next is offering the Chocolate Brown Animal Print Jersey A-line Long Sleeve Maxi Dress for ... I know that the number of lines of code in a program doesn't matter, but sometimes it is nice to know how long a program is or the number of a particular line for reference. Though I tried, I can't seem to find a way to enable line numbering and I find that surprising. This is Visual Studio 2010 Ultimate.

Key Insights

The preferred way of wrapping long lines is by using Python's implied line continuation inside parentheses, brackets and braces. If necessary, you can add an extra pair of parentheses around an expression, but sometimes using a backslash looks better. Make sure to indent the continued line appropriately. Example of implicit line continuation: Is it possible to break a long line to multiple lines in Python? The preferred way of wrapping long lines is by using Python's implied line continuation inside parentheses, brackets and braces.

Final Thoughts

Long lines can be broken over multiple lines by wrapping expressions in parentheses. These should be used in preference to using a backslash for line continuation. Backslashes may still be appropriate at times.