mailpitches at email.com <mailpitches at email.com> wrote: > try running this in python: > > print [39.95] > > the output i get is: > [39.950000000000003] > > what's up with that? Why not start by reading the Python online tutorial? Specifically <http://docs.python.org/tut/node16.html>? Alex