round/float question

Jason Tesser JTesser at nbbc.edu
Fri Oct 10 14:12:56 EDT 2003


I am using Rekall which uses Python as it's scripting language  and I have a question about Python.  I am developing a POS system and am working on 
the checkout form. I pass a parameter named SaleID and another one named Total.  I am trying to take total and convert it to a float with 2 decimals top be used as money obviously.  What would be the proper syntax for this?  I tried Total = round(Total [, 2]) i also tried that with float.  

Jason Tesser
Web/Multimedia Programmer
Northland Ministries Inc.
(715)324-6900 x3050






More information about the Python-list mailing list