answersLogoWhite

0

Apparently it does. From an online style guide:

"The preferred way of wrapping long lines is by using Python's implied line continuation inside parentheses, brackets and braces. 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. Make sure to indent the continued line appropriately. The preferred place to break around a binary operator is after the operator, not before it. "

Source: http://www.python.org/dev/peps/pep-0008/#maximum-line-length

User Avatar

Wiki User

12y ago

What else can I help you with?