pip install bleach python import bleach python python clean_text = bleach.clean(text) print(clean_text) python clean_text = bleach.clean(text, tags=['p', 'a'])