On Thu, 10 Feb 2005 09:41:07 -0800 (PST), administrata <[EMAIL PROTECTED]> wrote: > Hi! it's been about a week learning python! > I've read 'python programming for the absolute begginer'
I hope you are enjoying it. ;-_ > I don't understand about % like... > > 107 % 4 = 3 > 7 % 3 = 1 It;'s modular aritmetic. See <http://en.wikipedia.org/wiki/Modular_arithmetic> and <http://www.python.org/doc/2.3.4/ref/binary.html>. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ -- http://mail.python.org/mailman/listinfo/python-list