remove every instance of letter in a word code example Example: remove occurrence in string pytthon str="it is icy" print str.replace("i", "")