"Andres Riofrio" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | a question: Is there a way to make 5/2 return something other than an | integer?
>>> from __future__ import division >>> 1/2 0.5 >>> 5/2 2.5 tjr -- http://mail.python.org/mailman/listinfo/python-list