import urllib.request page = urllib.request.urlopen(" http://www.beans-r-us.biz/prices.html ") text = page.read(). decode("utf8")
печать («Купи!«)
import urllib.request page = urllib.request.urlopen(" http://www.beans-r-us.biz/prices.html ") text = page.read(). decode("utf8")
печать («Купи!«)
Используйте просто import urllib, затем поместите оператор под этим.