[omaha] Tutorial: integer division
Eli Criffield
elicriffield at gmail.com
Mon Dec 3 04:32:04 CET 2007
you can also typecast any of the values to a float.
>> x = 7
>> y = 3
>> x / float(y)
> 2.3333333333333335
More information about the Omaha
mailing list