Idioms and Anti-Idioms Question

Wilbert Berendsen wbsoft at xs4all.nl
Mon Jun 22 06:57:35 EDT 2009


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




More information about the Python-list mailing list