Created
February 11, 2017 20:32
-
-
Save serhii73/8282f3b3beb4c3e9129bd0d06e11c734 to your computer and use it in GitHub Desktop.
list comprehension python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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