+ 12
Challenge: words to numerals
..... write a code that can be used to convert numbers written in words to numerals For instance : "two hundred and sixty five thousand three hundred" -> 265300 it should take in the input as a string and be able to parse numbers upto trillions
1 ответ
+ 2
Nice piece of code