1st 2nd 3rd 4th by adkusm

import sys
for x in sys.stdin:u=2*int(x[-2]);print(x[:-1]+('th','stndrd'[u-2:u])[u in[2,4,6]and(len(x)==2or'1'!=x[-3])])

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page