In article <[EMAIL PROTECTED]>, administrata wrote:
> I don't understand about % like...
> 
> 107 % 4 = 3
> 7 % 3 = 1
> 

That's the modulo operation; it returns the remainder, rather than the quotient.

-- 
zoerhoff(AT)sdf.lonestar.org 
kristian.zoerhoff(AT)gmail.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to