6 lines
85 B
Python
6 lines
85 B
Python
>>> for paragraph_tag in doc("p"):
|
|
... print(paragraph_tag.text)
|
|
...
|
|
lorem
|
|
ipsum
|