David M. Synck wrote: > > """ This function asks the user to input any credits not shown on their > bank statement >
(OT I know, but just so you know, you *may* get away with using floats for financial calculations if you're handling small numbers of floats of roughly same order of magnitude, but if your calculations have to be exact to the penny, and you have lots of numbers not of the same magnitudes, you probably don't want to do this. -- http://mail.python.org/mailman/listinfo/python-list