On Thu, Jan 15, 2009 at 9:42 AM, Bill Campbell <b...@celestial.net> wrote:

> Python does the Right Thing(tm) when dividing two integers,
> returning an integer result.
>

Unless it is python 3k, in which integer division (single /) can
result in float. Because int is a long by default. :-)

-- 
Senthil
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to