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 num2words import num2words num2words(568476685, lang="am")
The text was updated successfully, but these errors were encountered:
ZacharyOuellet
changed the title
Calling num2words(568476685, lang="am") restults in an infinite loop
Calling num2words(568476685, lang="am") results in an infinite loop
Oct 26, 2024
Expected Behaviour
return something in the supported language: "am"
Actual Behaviour
Infinite loop
Steps to reproduce
from num2words import num2words
num2words(568476685, lang="am")
The text was updated successfully, but these errors were encountered: