st = list(st) for x in range(0, len(st)): if st[x].isdigit(): st[x] = 'd' return "".join(st)