def rm_char(text,x):
return text.replace(x,'')
I am very new to python, How can I improve this function so I can remove multiple characters from text,i.e allow function to take more than "character" to be removed from text and replace it with ""