Write a function that eliminates all the punctuation symbols, html tags in pthyon 3 code example
Example: clean punctuation from string python
s.translate(str.maketrans('', '', string.punctuation))
s.translate(str.maketrans('', '', string.punctuation))