Skip to main content

All Questions

0 votes
1 answer
36 views

How do I add to strings in a list? (scraping links off Amazon)

I'm trying to scrape links off of Amazon. I ran into a tiny problem. I wish to add a particular string 'a' to every string in a list. links = soup.find_all("a", attrs= {"class"...
Shil Biswas's user avatar