Posts by Sthino_IV • 1 point
1 post
-
-1
votes1
answer111
viewsQ: PEP8, invalid escape Sequence, what’s wrong with the code
I’m learning to use webscraping in Python (version 3.7). I’m dealing with regular expressions and writing this code: from urllib.request import urlopen from bs4 import BeautifulSoup import re html =…