You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from text2digits import text2digits
>>> t2d = text2digits.Text2Digits()
>>> t2d.convert("hundred twenty three million four hundred fifty six thousand seven hundred and eighty nine")
'23057289'
Expected output is: 123456789
The text was updated successfully, but these errors were encountered:
Expected output is: 123456789
The text was updated successfully, but these errors were encountered: