python remove all characters not in list code example Example: how to remove all characters from a string in python s = 'abc12321cba' print(s.replace('a', ''))