Verbose and flexible args and kwargs syntax

Nick Dokos nicholas.dokos at hp.com
Mon Dec 12 10:55:44 EST 2011


Terry Reedy <tjreedy at udel.edu> wrote:


> calculations are helped by the fact that (a+b) % c == a%c + b%c, so

As long as we understand that == here does not mean "equal", only
"congruent modulo c", e.g try a = 13, b = 12, c = 7.

Nick









More information about the Python-list mailing list