import string translator = str.maketrans('', '', string.punctuation + string.digits) text = text.translate(translator) text[:100] im…
Social Plugin