Skip to content

Instantly share code, notes, and snippets.

@serhii73
Created February 11, 2017 20:32
Show Gist options
  • Save serhii73/8282f3b3beb4c3e9129bd0d06e11c734 to your computer and use it in GitHub Desktop.
Save serhii73/8282f3b3beb4c3e9129bd0d06e11c734 to your computer and use it in GitHub Desktop.
list comprehension python
start_urls = ["http://url.com/page/{}/".format(x) for x in range(1, 110)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment