Op maandag 22 juni 2009, schreef Lawrence D'Oliveiro: > value = \ > ( > foo.bar()['first'][0] * baz.quux(1, 2)[5:9] > + > calculate_number(10, 20) * forbulate(500, 360) > )
I' prefer: value = (foo.bar()['first'][0] * baz.quux(1, 2)[5:9] + calculate_number(10, 20) * forbulate(500, 360)) w best regards, Wilbert Berendsen -- http://www.wilbertberendsen.nl/ "You must be the change you wish to see in the world." -- Mahatma Gandhi -- http://mail.python.org/mailman/listinfo/python-list