Dan Sommers wrote: > In terms of easier to read, I find code easier to read when the operators > are at the beginnings of the lines (PEP 8 notwithstanding): > > x = (someobject.somemethod(object3, thing) > + longfunctionname(object2) > + otherfunction(value1, value2, value3)) Agreed. -- Steven