← go back
def un_html_inator(text):
  return "\n".join(elm.text for elm in BeautifulSoup(text).body.find_all("p"))
Nov 29, 2023, 7:35 AM
4 0 1

Comments