Why am I not able to list all the corresponding to the parameter I passed?
I’m web scraping an HTML page, and I want to store in a list all the <li>
that have the string “is”. However, the code is only storing the first two, and I don’t know exactly what I’m doing wrong