On Tue, Aug 24, 2010 at 4:05 PM, Arulalan T <arulalant at gmail.com> wrote: > > In python, I need to set the floating point precision as 2. > > I am getting the following output in python while adding two float nos. > >>>>a=79.73 >>>>b=0.5 Multiply by 100. Add as integers. Divide by 100.