Hi I want to give text to code and code change every Cardinal numbers to Ordinal numbers in python
Input :
str = 'I was born in September 22 and I am 1 in swimming'
and I want to change it to :
I was born in September 22th and I am 1st in swimming
How can I do that in easiest way?