Posts by Joseph Neto • 11 points
1 post
-
1
votes1
answer852
viewsQ: python3.6 URLLIB Request
I have this code: import urllib.request x = urllib.request.urlopen('https://www.google.com') print (x.read()) And the mistake that happens : Traceback (Most recent call last): File "python", line 3,…