% is not an operator [was Re: Verbose and flexible args and kwargs syntax]

Chris Angelico rosuav at gmail.com
Thu Dec 15 05:58:30 EST 2011


On Thu, Dec 15, 2011 at 9:47 PM, Robert Kern <robert.kern at gmail.com> wrote:
>  42 = 2 mod 5
>  2 = 42 mod 5

It might make more sense to programmers if you think of it as written:

42 = 2, mod 5
2 = 42, mod 5

ChrisA



More information about the Python-list mailing list