Posts by Tagaky • 33 points
1 post
-
3
votes2
answers767
viewsQ: Error in "utf-8" in python 3
I have a problem in python 3 that in the code: #!/usr/bin/env python #-*- coding: utf-8 -*- import urllib.request page = urllib.request.urlopen("http://beans-r-us.biz/prices.html") text =…