I\'m working on web-scraping Google search with a list of keywords. The nested For loop for scraping a single page works well. However, the other for loop searching keywords in
You need to create ceo as a list and append to it inside the for loop so you don't keep overwriting it