We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is input:
num2words('1956',to = 'year')
here is output
TypeError Traceback (most recent call last) <ipython-input-47-61bf5c763eeb> in <module>() ----> 1 num2words('1956',to = 'year') TypeError: num2words() got an unexpected keyword argument 'to'
This obtained using: win 7, anaconda, python 3.5 and jupyter notebook
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is input:
num2words('1956',to = 'year')
here is output
This obtained using: win 7, anaconda, python 3.5 and jupyter notebook
The text was updated successfully, but these errors were encountered: