HacktoberFest-Practice-2021
HacktoberFest-Practice-2021 copied to clipboard
Create NumberToWord.py
NumbertoWord
Python Script to convert number to Word can convert to the highest Billion.
How to user
from numbertoword import ntw
print(ntw(332102))
# output
>>> 'three hundred and thrity two thousand, one hundred and two'
@mayankchaudhary26 please review my pr