What is contents in beautifulsoup4 and the number string?

Viewed 7

I'm trying a web scraping in bs4 and I don't know what it is, Pls Someone explain it to me tnx

 name = div.contents[0].string + div.contents[1]
0 Answers
Related