def get_text(self, cantidad): cant = float(cantidad) res = Numero_a_Texto(cant) tam = len(res) return res
def get_number_in_letters(self, amount): return Numero_a_Texto(amount)
def get_amount_in_letters(self, wage): return Numero_a_Texto(wage)