/numbers_written_out

converts an integer to its extensive form

Primary LanguagePythonMIT LicenseMIT

#Take an integer as input and write it out. (E.g.: 42 = forty-two)

Heard this problem in some video and decided to give it a try using what I currently know of Python.