remove punctuation from string python string module code example Example: clean punctuation from string python s.translate(str.maketrans('', '', string.punctuation))