Andres Riofrio a écrit :
<zip>
> Well, then I have
> a question: Is there a way to make 5/2 return something other than an
> integer? 

 >>> from __future__ import division
 >>> 5/2
2.5


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

Reply via email to