Here's my code:
from urllib.request import urlopenresponse = urllib.urlopen("http://www.google.com")html = response.read()print(html)
Any help?
No comments:
Post a Comment