Thanks
EncryptedCow!!!!! This is exactly what i was trying to do, but i suck at math
Is there a way to display the "change" value to always be 3 digits? eg: 2.00, 1.50, 0.25 etc.
Zeropad seems to only add zeros the beginning of a number, and the formula i found for rounding off decimal places (str(int(balance))&zeropad(int(balance*100)%100, 2) seems to strip the zeros on the end.