how to delete a charcter from a string in python code example Example: take off character in python string s = 'abc12321cba' print(s.replace('a', ''))