remove in string python 3 code example Example: python remove string from string s = 'ab12abc34ba' print(s.replace('ab', ''))