1 2 3 4 5 6 7
import ledger def myvalue(incoming): x = ledger.Amount("$123.12") print x print x * 1 return x * 1