Created
February 24, 2019 07:10
-
-
Save DanNi0130/a993019f3c83f4ea06680d6157d33bfd to your computer and use it in GitHub Desktop.
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
commentlinks = [] | |
for i in range(len(threadIDs)): | |
commentlinks.append("https://news.ycombinator.com/item?id=" + threadIDs[i]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment