import urllib.request page = urllib.request.urlopen ( " http://www.beans-r-us.biz/prices.html ") text = page.read (). decode ( "utf8")
print ( "Buy!")
import urllib.request page = urllib.request.urlopen ( " http://www.beans-r-us.biz/prices.html ") text = page.read (). decode ( "utf8")
print ( "Buy!")
답변:
import urllib을 사용하여 그 아래에 문장을 넣으십시오.