Numerals (#129)
Jonathan Frech
This program takes a number and calculate it’s linguistic numeral.The number 3 returns the numeral “three”, 58 returns “fifty-eight” and 31415.926535 returns “thirty-one thousand four hundred fifteen point nine two six five three five”.

Source code: numerals.py