SyntaxFix
Write A Post
Hire A Developer
Questions
text= re.sub('[0-9\n]',' ',text)
install regex in python which is re then do the following code.