2022-11-13 10:39:28 -08:00

6 lines
85 B
Python

>>> for paragraph_tag in doc("p"):
... print(paragraph_tag.text)
...
lorem
ipsum