On Thu, Dec 15, 2011 at 9:47 PM, Robert Kern <robert.k...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to