Skip to content

Instantly share code, notes, and snippets.

@kunalrustagi08
Created May 6, 2020 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunalrustagi08/4176450d1f3b0393ab0e6fd3ea3fa2bf to your computer and use it in GitHub Desktop.
Save kunalrustagi08/4176450d1f3b0393ab0e6fd3ea3fa2bf to your computer and use it in GitHub Desktop.
def generate_urls():
for page in pages:
url = 'http://books.toscrape.com/catalogue/page-' + str(page) + '.html'
url_list.append(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment