Posts by Gabriel Santos • 43 points
1 post
-
4
votes1
answer73
viewsQ: What’s unscathed for python?
I wonder what exactly is wrong with this python code: import urllib.request page = urllib.request.urlopen("http://beans-r-us.appspot.com/prices-loyalty.html") text = page.read().decode('utf8') price…
python-3.xasked Gabriel Santos 43