You are viewing a single comment's thread. Return to all comments →
import string dict = {k:v for v,k in enumerate(string.ascii_letters + '1357902468')} print(*sorted(input(), key=dict.get), sep='')
Seems like cookies are disabled on this browser, please enable them to open this website
ginortS
You are viewing a single comment's thread. Return to all comments →