+ 3
How to seperate digits from a string and convert it into it's word in python
If input is : i have 2 brother and 1 sister Output should be : i have two brother and one sister
4 Antworten
+ 7
Use dictionaries in python
+ 6
Mihai Apostol [ ⚓ INACTIVE]
There is a cool hack to install modules not normally available on SL.
Saw it done by Coding Einstein first and it was refinef by @pluto.
See here
https://code.sololearn.com/ctq6QdY174r8/?ref=app
+ 4
Take a look at the module: inflect
https://pypi.org/project/inflect/
Note. It is not working on SL!
+ 2
I prefer using a dictionary