function remove all instances of word from string code example Example: remove occurrence in string pytthon str="it is icy" print str.replace("i", "")