Posts by C.J • 1 point
2 posts
-
0
votes0
answers3830
viewsQ: The syntax of the file name, directory name or volume label is incorrect
I’m not able to solve this problem that says: "The syntax of the file name, directory name or volume label is incorrect". I imagined it was a poorly specified path, but I guess it’s not. import…
-
0
votes1
answer68
viewsQ: Index error as non-existent
I’m getting an error message on line 7 of the code, which says url=to_crawl[0] - Indexerror: list index out of range import requests import re to_crawl=['https://www.globo.com'] crawled=set()…