how to remove parts form a str in python code example Example: remove part of string python txt = 'abbacabbd' print(url.replace('bbd','')) #output: abbaca