Convert Digit Into Word
This program will convert from number to word. For this purpose we are using dictionary data type which is used with key value pairs. Here the main logic is put into function which is defined by following Syntex. def fun_name(argument): def maptoword(number): global list list=[]… Read More »Convert Digit Into Word