why are punctuations not getting removed when i'm using string.punctuation in script ? code example
Example: clean punctuation from string python
s.translate(str.maketrans('', '', string.punctuation))
s.translate(str.maketrans('', '', string.punctuation))