delete a part of string puyython code example Example: remove part of string python txt = 'abbacabbd' print(url.replace('bbd','')) #output: abbaca