In article 
<[EMAIL PROTECTED]>,
 Roberto Bonvallet <[EMAIL PROTECTED]> wrote:

> Put this at the beginning of your program:
> 
>     from __future__ import division
> 
> This forces all divisions to yield floating points values:

Thanks for the tip. May I assume the div operator will still behave as 
usual?

-- 
Odysseus
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to